Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jul 29, 2023
1 parent c15add6 commit 6795317
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [4.x - Unreleased] - 2022-xx-xx
## [4.x - Unreleased] - 2024-xx-xx
### Added
- Added new enumeration `Rotation` with values `Never`, `KeepFlat` and `BestFit`
- Added new `getAllowedRotation()` method to the `Item` interface to replace `getKeepFlat()`. This should return
Expand All @@ -27,6 +27,11 @@
- Removed `InfalliblePacker`. You can now get the same behaviour by calling `->throwOnUnpackableItem(false)` and
`->getUnpackedItems()` on the main `Packer` class

## [3.12.0] - 2023-07-30
### Changed
- Improved efficiency in packing
### Removed
- Support for PHP 7.1, 7.2 and 7.3

## [3.11.0] - 2023-02-04
### Changed
Expand Down Expand Up @@ -521,6 +526,7 @@ Initial release

[4.x - Unreleased]: https://github.com/dvdoug/BoxPacker/compare/3.x...master

[3.12.0]: https://github.com/dvdoug/BoxPacker/compare/3.11.0...3.12.0
[3.11.0]: https://github.com/dvdoug/BoxPacker/compare/3.10.0...3.11.0
[3.10.0]: https://github.com/dvdoug/BoxPacker/compare/3.9.4...3.10.0
[3.9.4]: https://github.com/dvdoug/BoxPacker/compare/3.9.3...3.9.4
Expand Down

0 comments on commit 6795317

Please sign in to comment.