Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed May 4, 2021
1 parent c892558 commit 9015bfb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [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
### Changed
- Improved efficiency in packing

## [3.9.0] - 2021-03-14
### Added
- Added ``packAcrossWidthOnly()`` to ``VolumePacker`` for scenarios where the container will be side-loaded rather
Expand Down Expand Up @@ -458,8 +464,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.0...3.x
[3.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.9.1...3.x

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

0 comments on commit 9015bfb

Please sign in to comment.