From 3578ae3534c46dceee5457791b6f408501dacc35 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Mon, 1 Jan 2018 15:16:32 +0000 Subject: [PATCH] Add changelog notes for releases I'm about to do --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2942ed..fa970024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.0.1] - 2018-01-01 +### Added + - Declare PackedBoxList as implementing `Countable` +### Changed + - Improved item orientation selection for better backing + ## [3.0.0] - 2017-10-23 ### Added - Introduced `PackedItem`s which are a wrapper around `Item`s with positional and dimensional information (x, y, z co-ordinates of corner closest to origin, width/length/depth as packed) @@ -12,6 +18,12 @@ ### Removed - HHVM support now that project has a stated goal of no longer targeting PHP7 compatibility +## [2.4.3] - 2018-01-01 +### Added + - Declare PackedBoxList as implementing `Countable` +### Changed + - Improved item orientation selection for better backing + ## [2.4.2] - 2017-10-23 ### Changed - Previously 2 distinct item types could be mixed when sorting items for packing if they had identical physical dimensions. Now if all dimensions are identical, items are sorted by description so that they are kept together @@ -78,6 +90,12 @@ There are no bugfixes or packing logic changes in v2.0 compared to the v1.5.3 re ### Removed - Removed `Packer->packIntoBox()`, `Packer->packBox()` and `Packer->redistributeWeight()` +## [1.6.3] - 2018-01-01 +### Added + - Declare PackedBoxList as implementing `Countable` +### Changed + - Improved item orientation selection for better backing + ## [1.6.2] - 2017-10-23 ### Changed - Previously 2 distinct item types could be mixed when sorting items for packing if they had identical physical dimensions. Now if all dimensions are identical, items are sorted by description so that they are kept together @@ -182,9 +200,11 @@ 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.0.0...master +[Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.0.1...master +[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.4.3]: https://github.com/dvdoug/BoxPacker/compare/2.4.2...2.4.3 [2.4.2]: https://github.com/dvdoug/BoxPacker/compare/2.4.1...2.4.2 [2.4.1]: https://github.com/dvdoug/BoxPacker/compare/2.4.0...2.4.1 [2.4.0]: https://github.com/dvdoug/BoxPacker/compare/2.3.2...2.4.0 @@ -197,6 +217,7 @@ Initial release [2.0.2]: https://github.com/dvdoug/BoxPacker/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/dvdoug/BoxPacker/compare/2.0...2.0.1 [2.0]: https://github.com/dvdoug/BoxPacker/compare/1.5.3...2.0 +[1.6.3]: https://github.com/dvdoug/BoxPacker/compare/1.6.2...1.6.3 [1.6.2]: https://github.com/dvdoug/BoxPacker/compare/1.6.1...1.6.2 [1.6.1]: https://github.com/dvdoug/BoxPacker/compare/1.6.0...1.6.1 [1.6.0]: https://github.com/dvdoug/BoxPacker/compare/1.5.3...1.6.0