Release Notes for 2.7.1
2.7.x bugfix release (patch)
2.7.1
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 5
Test Suite
Bug
- 1556: Fix service definition to remove thanks to @BreyndotEchse
- 1552: Adopt LazyObjectInterface thanks to @nicolas-grekas
- 1538: add conflict with doctrine/orm < 2.11 thanks to @dmaicher
Feature
Improvement
- 1551: Don't use a factory to create the EM when possible thanks to @nicolas-grekas
- 1545: Allow resetting lazy managers on Symfony 6.2 thanks to @nicolas-grekas
- 1539: drop support for unmaintained Symfony versions thanks to @dmaicher
Documentation
- 1549: Added hint to docs to clarify when the event attribute has to be specified thanks to @Naitsirch