Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jul 4, 2021
1 parent 688d368 commit 175f8ab
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

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

## [3.9.2] - 2021-07-04
### Added
- Optional second parameter `$qty` to `ItemList->insert`
### Fixed
- Fixed issue where available width for an item could be miscalculated
### Changed
- Improved memory usage


## [3.9.1] - 2021-05-05
### Fixed
- Fixed issue where available width for an item could be miscalculated at the far end of a box
Expand Down Expand Up @@ -464,8 +473,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.1...3.x
[3.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.9.2...3.x

[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
[3.8.0]: https://github.com/dvdoug/BoxPacker/compare/3.7.0...3.8.0
Expand Down

0 comments on commit 175f8ab

Please sign in to comment.