We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58df407 commit 47cf50bCopy full SHA for 47cf50b
UPGRADE.md
@@ -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
8
# Upgrade to 2.16
9
10
## Deprecated accepting duplicate IDs in the identity map
0 commit comments