From 175f8ab63961975ff1fe52df1379b2c28742a9cd Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sun, 4 Jul 2021 18:20:38 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98da7fac..e0bda3ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [3.x - Unreleased] - 2021-xx-xx +## [3.9.2] - 2021-07-04 +### Added +- Optional second parameter `$qty` to `ItemList->insert` +### Fixed +- Fixed issue where available width for an item could be miscalculated +### Changed +- Improved memory usage + + ## [3.9.1] - 2021-05-05 ### Fixed - Fixed issue where available width for an item could be miscalculated at the far end of a box @@ -464,8 +473,9 @@ Initial release - Experimental code to get a feel for how calculations can best be implemented - Only works if all items fit into a single box (so not production ready at all) -[3.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.9.1...3.x +[3.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.9.2...3.x +[3.9.2]: https://github.com/dvdoug/BoxPacker/compare/3.9.1...3.9.2 [3.9.1]: https://github.com/dvdoug/BoxPacker/compare/3.9.0...3.9.1 [3.9.0]: https://github.com/dvdoug/BoxPacker/compare/3.8.0...3.9.0 [3.8.0]: https://github.com/dvdoug/BoxPacker/compare/3.7.0...3.8.0