Skip to content

Commit 100cec6

Browse files
committed
Prep release
1 parent 74b2c4d commit 100cec6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [4.x - Unreleased] - 2025-xx-xx
44

5+
## [4.1.1] - 2025-07-21
6+
### Fixed
7+
- In some cases the maximum weight of a box was not respected
8+
- Sometimes boxes were not ordered canonically
9+
- Visualisation links did not encode the query params
10+
511
## [4.1.0] - 2025-02-06
612
### Added
713
- A mechanism to allow a proactive timeout on v. large packings rather than run to completion
@@ -582,8 +588,9 @@ Initial release
582588
- Experimental code to get a feel for how calculations can best be implemented
583589
- Only works if all items fit into a single box (so not production ready at all)
584590

585-
[4.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/4.1.0..master
591+
[4.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/4.1.1..master
586592

593+
[4.1.1]: https://github.com/dvdoug/BoxPacker/compare/4.1.0..4.1.1
587594
[4.1.0]: https://github.com/dvdoug/BoxPacker/compare/4.0.1..4.1.0
588595
[4.0.1]: https://github.com/dvdoug/BoxPacker/compare/4.0.0..4.0.1
589596
[4.0.0]: https://github.com/dvdoug/BoxPacker/compare/3.12.1..4.0.0

0 commit comments

Comments
 (0)