Skip to content

Commit

Permalink
Add note about not-enabling lazy-ghosts (#10887)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored Aug 7, 2023
1 parent 58df407 commit 47cf50b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Upgrade to 2.17

## Deprecate not-enabling lazy-ghosts

Not enabling lazy ghost objects is deprecated. In ORM 3.0, they will be always enabled.
Ensure `Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true)` is called to enable them.

# Upgrade to 2.16

## Deprecated accepting duplicate IDs in the identity map
Expand Down

0 comments on commit 47cf50b

Please sign in to comment.