diff --git a/CHANGELOG.md b/CHANGELOG.md index e0bda3ba..fe4a79e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [3.x - Unreleased] - 2021-xx-xx +## [3.9.3] - 2021-09-26 +### Fixed +- PHP8.1 deprecations + ## [3.9.2] - 2021-07-04 ### Added - Optional second parameter `$qty` to `ItemList->insert` @@ -473,8 +477,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.2...3.x +[3.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.9.3...3.x +[3.9.3]: https://github.com/dvdoug/BoxPacker/compare/3.9.2...3.9.3 [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