diff --git a/CHANGELOG.md b/CHANGELOG.md index bf12e2e449..7080a1e2d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [[#8026](https://github.com/sonata-project/SonataAdminBundle/pull/8026)] Fix errors not being displayed in modal ([@antoinemineau](https://github.com/antoinemineau)) - [[#8025](https://github.com/sonata-project/SonataAdminBundle/pull/8025)] Message when the admin class declared on the container does not exist. ([@jordisala1991](https://github.com/jordisala1991)) +### Removed +- [[#8016](https://github.com/sonata-project/SonataAdminBundle/pull/8016)] Support for PHP 7.4 ([@SonataCI](https://github.com/SonataCI)) +- [[#8016](https://github.com/sonata-project/SonataAdminBundle/pull/8016)] Support for Symfony 6.0 and 6.1 ([@SonataCI](https://github.com/SonataCI)) + ## [4.22.4](https://github.com/sonata-project/SonataAdminBundle/compare/4.22.3...4.22.4) - 2023-01-26 ### Fixed - [[#8009](https://github.com/sonata-project/SonataAdminBundle/pull/8009)] Fix response_item_callback option for `ModelAutocompleteType` form field. ([@aleksvaganoff](https://github.com/aleksvaganoff))