Skip to content

Commit 47cf50b

Browse files
Add note about not-enabling lazy-ghosts (#10887)
1 parent 58df407 commit 47cf50b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

UPGRADE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Upgrade to 2.17
2+
3+
## Deprecate not-enabling lazy-ghosts
4+
5+
Not enabling lazy ghost objects is deprecated. In ORM 3.0, they will be always enabled.
6+
Ensure `Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true)` is called to enable them.
7+
18
# Upgrade to 2.16
29

310
## Deprecated accepting duplicate IDs in the identity map

0 commit comments

Comments
 (0)