3.3.0
Release Notes for 3.3.0
Feature release (minor)
Added
- Support for
date_immutable
fields - Support for
time_immutable
fields - Support for doctrine/collections v2
Changed
- Modernized code to make use of PHP 8 features
Removed
- Support for PHP 7.4
3.3.0
- Total issues resolved: 1
- Total pull requests resolved: 6
- Total contributors: 4
Enhancement
- 77: Allow doctrine/collections v2 thanks to @driehle
- 76: Merge release 3.2.1 into 3.3.x thanks to @github-actions[bot]
- 73: Upgrade to Doctrine Coding Standard 11.1.0 thanks to @TomHAnderson
- 72: Added support for date_immutable and time_immutable field types. thanks to @TomHAnderson
- 67: Drop PHP 7.4 thanks to @driehle
- 66: Updated upstream workflows thanks to @driehle