2.17.4
版本发布时间: 2024-01-28 23:02:13
doctrine/orm最新发布版本:3.2.2(2024-08-23 18:30:51)
Release Notes for 2.17.4
2.17.x bugfix release (patch)
2.17.4
- Total issues resolved: 0
- Total pull requests resolved: 7
- Total contributors: 5
Undeprecation
- 11187: Remove XML validation disabling deprecation. thanks to @jwage
Improvement
- 11176: Throw exception when trying to use non-backed enum types thanks to @thePanz
Documentation
- 11186: Update branches in README thanks to @derrabus
- 11179: Modernize code in documentation thanks to @greg0ire
- 11178: Remove references to JIRA thanks to @greg0ire
Test Suite
- 11171: Make Doctrine\Tests\ORM\Internal\Node autoloadable thanks to @greg0ire
- 11167: Use foreach on iterable to prevent table locks during tests thanks to @bobvandevijver