Skip to content

Commit

Permalink
Merge pull request #398 from greg0ire/missing-upgrade-note
Browse files Browse the repository at this point in the history
Add missing upgrade note
  • Loading branch information
SenseException committed Feb 25, 2024
2 parents 2ccb7c5 + ae00bc7 commit 68b8348
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,12 @@ You can find a list of major changes to public API below.
| 1.0.x | 3.0.x |
|-------------------------------:|:-------------------------------------------|
| `matching(Criteria $criteria)` | `matching(Criteria $criteria): Collection` |

# Upgrade to 1.7

## Deprecated null first result

Passing null as `$firstResult` to
`Doctrine\Common\Collections\Criteria::__construct()` and to
`Doctrine\Common\Collections\Criteria::setFirstResult()` is deprecated.
Use `0` instead.

0 comments on commit 68b8348

Please sign in to comment.