diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c4e508a..856d20a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [3.2.1] - 2018-11-13 +### Fixed + - Fixed issue where internal sort consistency wasn't always correct + ## [3.2.0] - 2018-11-12 ### Added - Added `getVolume()` helper method to `PackedItem` [Cosmologist] @@ -46,6 +50,10 @@ ### Removed - HHVM support now that project has a stated goal of no longer targeting PHP7 compatibility +## [2.4.8] - 2018-11-13 +### Fixed + - Fixed issue where internal sort consistency wasn't always correct + ## [2.4.7] - 2018-11-12 ### Changed - Improved item orientation selection for better packing @@ -135,6 +143,10 @@ 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.8] - 2018-11-13 +### Fixed + - Fixed issue where internal sort consistency wasn't always correct + ## [1.6.7] - 2018-11-12 ### Changed - Improved item orientation selection for better packing @@ -261,15 +273,17 @@ 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.2.0...master +[Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.2.1...master +[3.2.1]: https://github.com/dvdoug/BoxPacker/compare/3.2.0...3.2.1 [3.2.0]: https://github.com/dvdoug/BoxPacker/compare/3.1.3...3.2.0 [3.1.3]: https://github.com/dvdoug/BoxPacker/compare/3.1.2...3.1.3 [3.1.2]: https://github.com/dvdoug/BoxPacker/compare/3.1.1...3.1.2 [3.1.1]: https://github.com/dvdoug/BoxPacker/compare/3.1.0...3.1.1 [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.6...3.0.0 +[3.0.0]: https://github.com/dvdoug/BoxPacker/compare/2.4.8...3.0.0 +[2.4.8]: https://github.com/dvdoug/BoxPacker/compare/2.4.7...2.4.8 [2.4.7]: https://github.com/dvdoug/BoxPacker/compare/2.4.6...2.4.7 [2.4.6]: https://github.com/dvdoug/BoxPacker/compare/2.4.5...2.4.6 [2.4.5]: https://github.com/dvdoug/BoxPacker/compare/2.4.4...2.4.5 @@ -286,7 +300,8 @@ Initial release [2.1.0]: https://github.com/dvdoug/BoxPacker/compare/2.0.2...2.1.0 [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.6.6...2.0 +[2.0]: https://github.com/dvdoug/BoxPacker/compare/1.6.8...2.0 +[1.6.8]: https://github.com/dvdoug/BoxPacker/compare/1.6.7...1.6.8 [1.6.7]: https://github.com/dvdoug/BoxPacker/compare/1.6.6...1.6.7 [1.6.6]: https://github.com/dvdoug/BoxPacker/compare/1.6.5...1.6.6 [1.6.5]: https://github.com/dvdoug/BoxPacker/compare/1.6.4...1.6.5