Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Nov 13, 2018
1 parent 60c4f35 commit 2084b58
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [3.2.1] - 2018-11-13
### Fixed
- Fixed issue where internal sort consistency wasn't always correct

## [3.2.0] - 2018-11-12
### Added
- Added `getVolume()` helper method to `PackedItem` [Cosmologist]
Expand Down Expand Up @@ -46,6 +50,10 @@
### Removed
- HHVM support now that project has a stated goal of no longer targeting PHP7 compatibility

## [2.4.8] - 2018-11-13
### Fixed
- Fixed issue where internal sort consistency wasn't always correct

## [2.4.7] - 2018-11-12
### Changed
- Improved item orientation selection for better packing
Expand Down Expand Up @@ -135,6 +143,10 @@ There are no bugfixes or packing logic changes in v2.0 compared to the v1.5.3 re
### Removed
- Removed `Packer->packIntoBox()`, `Packer->packBox()` and `Packer->redistributeWeight()`

## [1.6.8] - 2018-11-13
### Fixed
- Fixed issue where internal sort consistency wasn't always correct

## [1.6.7] - 2018-11-12
### Changed
- Improved item orientation selection for better packing
Expand Down Expand Up @@ -261,15 +273,17 @@ 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)

[Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.2.0...master
[Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.2.1...master

[3.2.1]: https://github.com/dvdoug/BoxPacker/compare/3.2.0...3.2.1
[3.2.0]: https://github.com/dvdoug/BoxPacker/compare/3.1.3...3.2.0
[3.1.3]: https://github.com/dvdoug/BoxPacker/compare/3.1.2...3.1.3
[3.1.2]: https://github.com/dvdoug/BoxPacker/compare/3.1.1...3.1.2
[3.1.1]: https://github.com/dvdoug/BoxPacker/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/dvdoug/BoxPacker/compare/3.0.1...3.1.0
[3.0.1]: https://github.com/dvdoug/BoxPacker/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/dvdoug/BoxPacker/compare/2.4.6...3.0.0
[3.0.0]: https://github.com/dvdoug/BoxPacker/compare/2.4.8...3.0.0
[2.4.8]: https://github.com/dvdoug/BoxPacker/compare/2.4.7...2.4.8
[2.4.7]: https://github.com/dvdoug/BoxPacker/compare/2.4.6...2.4.7
[2.4.6]: https://github.com/dvdoug/BoxPacker/compare/2.4.5...2.4.6
[2.4.5]: https://github.com/dvdoug/BoxPacker/compare/2.4.4...2.4.5
Expand All @@ -286,7 +300,8 @@ Initial release
[2.1.0]: https://github.com/dvdoug/BoxPacker/compare/2.0.2...2.1.0
[2.0.2]: https://github.com/dvdoug/BoxPacker/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/dvdoug/BoxPacker/compare/2.0...2.0.1
[2.0]: https://github.com/dvdoug/BoxPacker/compare/1.6.6...2.0
[2.0]: https://github.com/dvdoug/BoxPacker/compare/1.6.8...2.0
[1.6.8]: https://github.com/dvdoug/BoxPacker/compare/1.6.7...1.6.8
[1.6.7]: https://github.com/dvdoug/BoxPacker/compare/1.6.6...1.6.7
[1.6.6]: https://github.com/dvdoug/BoxPacker/compare/1.6.5...1.6.6
[1.6.5]: https://github.com/dvdoug/BoxPacker/compare/1.6.4...1.6.5
Expand Down

0 comments on commit 2084b58

Please sign in to comment.