Skip to content

Commit

Permalink
Add upgrade note
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabrovski authored and phansys committed Nov 18, 2020
1 parent c57746c commit b4215aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADE-3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ UPGRADE 3.x
UPGRADE FROM 3.24 to 3.25
=========================

### Sonata\DoctrineORMAdminBundle\Model\ModelManager

Previously passing an object which is in state new or removed as argument 1 for `getNormalizedIdentifier()` was deprecated and would throw an exception in 4.0. Since throwing an exception is not allowed (and returning `null` is still allowed), the deprecation is removed.

### Added full support for `\DateTimeImmutable` in filters extending `Sonata\DoctrineORMAdminBundle\Filter\AbstractDateFilter`

- `Sonata\DoctrineORMAdminBundle\Filter\DateFilter`
Expand Down

0 comments on commit b4215aa

Please sign in to comment.