Skip to content

Commit

Permalink
Add upgrade note for sonata-project#1190
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Nov 9, 2020
1 parent b51d6ca commit d6fc51c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UPGRADE-3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ UPGRADE 3.x
UPGRADE FROM 3.x to 3.x
=======================

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

- `Sonata\DoctrineORMAdminBundle\Filter\DateFilter`
- `Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter`
- `Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter`
- `Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter`
- `Sonata\DoctrineORMAdminBundle\Filter\TimeFilter`

### Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter

Deprecate the usage of a callback which does not return a boolean value.
Expand Down

0 comments on commit d6fc51c

Please sign in to comment.