diff --git a/CHANGELOG.md b/CHANGELOG.md index e31609a073..f05e849990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.22.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.21.1...4.22.0) - 2023-01-03 +### Added +- [[#7994](https://github.com/sonata-project/SonataAdminBundle/pull/7994)] Added usage of ExporterInterface instead of Exporter class. ([@pkameisha](https://github.com/pkameisha)) +- [[#7964](https://github.com/sonata-project/SonataAdminBundle/pull/7964)] Ability to configure admin extension in the `sonata_admin.extensions` config with the admin class rather than the model class thanks to `admin_implements`, `admin_instanceof`, `admin_extends` and `admin_use` options. ([@VincentLanglet](https://github.com/VincentLanglet)) +- [[#7964](https://github.com/sonata-project/SonataAdminBundle/pull/7964)] `excludes`, `extends`, `implements`, `instanceof`, `uses`, `admin_implements`, `admin_instanceof`, `admin_extends` and `admin_use` options are now available directly when tagging an admin extension. ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [4.21.1](https://github.com/sonata-project/SonataAdminBundle/compare/4.21.0...4.21.1) - 2022-12-08 ### Fixed - [[#7985](https://github.com/sonata-project/SonataAdminBundle/pull/7985)] Fixed an issue with integer indexed form children within `FormBuilderIterator` ([@dmaicher](https://github.com/dmaicher))