Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jan 26, 2021
1 parent a8b3264 commit 34e9bf1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [3.8.0] - 2021-01-26
### Added
- Added `fromArray` helper method to `BoxList` to make bulk add easier [bram123]

## [3.7.0] - 2021-01-01
### Added
- Added `getVolume` helper method to `PackedItemList`
Expand Down Expand Up @@ -445,8 +449,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.7.0...3.x
[3.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.8.0...3.x

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

0 comments on commit 34e9bf1

Please sign in to comment.