From d7a8c9fdaaf60ca1bfe196a01112f3b83d1e78e1 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Thu, 30 Jan 2020 20:47:49 +0000 Subject: [PATCH] Changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec839c6..92b0a374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [3.5.1] - 2020-01-30 +### Changed + - Optimisation when packing a large number of identical items + ## [3.5.0] - 2020-01-26 ### Added - Added a new interface `LimitedSupplyBox extends Box` for situations where there are restrictions on the number of a box type available for packing `Item`s into. The interface contains 1 additional method `getQuantityAvailable()`. @@ -85,6 +89,10 @@ ### Removed - HHVM support now that project has a stated goal of no longer targeting PHP7 compatibility +## [2.6.4] - 2020-01-30 +### Changed + - Optimisation when packing a large number of identical items + ## [2.6.3] - 2020-01-26 ### Changed - Improved efficiency in packing and weight distribution @@ -361,8 +369,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) -[Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.5.0...master +[Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.5.1...master +[3.5.1]: https://github.com/dvdoug/BoxPacker/compare/3.5.0...3.5.1 [3.5.0]: https://github.com/dvdoug/BoxPacker/compare/3.4.1...3.5.0 [3.4.1]: https://github.com/dvdoug/BoxPacker/compare/3.4.0...3.4.1 [3.4.0]: https://github.com/dvdoug/BoxPacker/compare/3.3.0...3.4.0 @@ -376,6 +385,7 @@ Initial release [3.1.0]: https://github.com/dvdoug/BoxPacker/compare/3.0.1...3.1.0 [3.0.1]: https://github.com/dvdoug/BoxPacker/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/dvdoug/BoxPacker/compare/2.4.2...3.0.0 +[2.6.4]: https://github.com/dvdoug/BoxPacker/compare/2.6.3...2.6.4 [2.6.3]: https://github.com/dvdoug/BoxPacker/compare/2.6.2...2.6.3 [2.6.2]: https://github.com/dvdoug/BoxPacker/compare/2.6.1...2.6.2 [2.6.1]: https://github.com/dvdoug/BoxPacker/compare/2.6.0...2.6.1