diff --git a/CHANGELOG.md b/CHANGELOG.md index ea754b0013..d7412c1a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.32.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.31.0...4.32.0) - 2024-11-14 +### Added +- [[#8213](https://github.com/sonata-project/SonataAdminBundle/pull/8213)] Support for select2 tags option ([@micbis](https://github.com/micbis)) + +### Changed +- [[#8212](https://github.com/sonata-project/SonataAdminBundle/pull/8212)] Enums implementing Symfony's `TranslatableInterface` are now correctly translated by the `FieldDescriptionInterface::TYPE_ENUM` field type ([@zyberspace](https://github.com/zyberspace)) + ## [4.31.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.30.2...4.31.0) - 2024-07-15 ### Added - [[#8192](https://github.com/sonata-project/SonataAdminBundle/pull/8192)] Enable security information mapping for `RoleSecurityHandler` ([@core23](https://github.com/core23))