Skip to content

Commit b906302

Browse files
committed
Update changelog
1 parent 2edeb4c commit b906302

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [3.x - Unreleased] - 2021-xx-xx
44

5+
## [3.9.3] - 2021-09-26
6+
### Fixed
7+
- PHP8.1 deprecations
8+
59
## [3.9.2] - 2021-07-04
610
### Added
711
- Optional second parameter `$qty` to `ItemList->insert`
@@ -473,8 +477,9 @@ Initial release
473477
- Experimental code to get a feel for how calculations can best be implemented
474478
- Only works if all items fit into a single box (so not production ready at all)
475479

476-
[3.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.9.2...3.x
480+
[3.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.9.3...3.x
477481

482+
[3.9.3]: https://github.com/dvdoug/BoxPacker/compare/3.9.2...3.9.3
478483
[3.9.2]: https://github.com/dvdoug/BoxPacker/compare/3.9.1...3.9.2
479484
[3.9.1]: https://github.com/dvdoug/BoxPacker/compare/3.9.0...3.9.1
480485
[3.9.0]: https://github.com/dvdoug/BoxPacker/compare/3.8.0...3.9.0

0 commit comments

Comments
 (0)