Skip to content

Commit

Permalink
Replace TreeWalkerChainIterator with a generator (doctrine#9511)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Feb 15, 2022
1 parent 4ddaa5f commit d78fa52
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 104 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
@@ -1,5 +1,9 @@
# Upgrade to 2.12

## Deprecate `Doctrine\ORM\Query\TreeWalkerChainIterator`

This class won't have a replacement.

## Deprecate `OnClearEventArgs::getEntityClass()` and `OnClearEventArgs::clearsAllEntities()`

These methods will be removed in 3.0 along with the ability to partially clear
Expand Down

0 comments on commit d78fa52

Please sign in to comment.