Release Notes for 2.16.1
2.16.x bugfix release (patch)
2.16.1
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 6
Static Analysis
- 10895: PHPStan 1.10.28, Psalm 5.14.1 thanks to @derrabus
- 10870: Fix return type of
getSingleScalarResult
thanks to @whatUwant
Bug,Regression
- 10884: Fix broken changeset computation for entities loaded through fetch=EAGER + using inheritance thanks to @mpdude
Documentation
- 10883: Document more clearly that the insert order is an implementation detail thanks to @mpdude
- 10866: Add an UPGRADE notice about the potential changes in commit order thanks to @mpdude
- 10862: Update branch metadata thanks to @greg0ire
Bug
- 10881: Use a dedicated exception for the check added in #10785 thanks to @mpdude
- 10865: Add possibility to set reportFieldsWhereDeclared in ORMSetup thanks to @W0rma
- 9301: Fix UnitOfWork->originalEntityData is missing not-modified collections after computeChangeSet thanks to @olsavmic