diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e764c7e..dd446a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.12.4](https://github.com/sonata-project/form-extensions/compare/1.12.3...1.12.4) - 2021-12-04 +### Fixed +- [[#296](https://github.com/sonata-project/form-extensions/pull/296)] Support of serializable entities field without group set. ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [1.12.3](https://github.com/sonata-project/form-extensions/compare/1.12.2...1.12.3) - 2021-11-25 ### Fixed - [[#292](https://github.com/sonata-project/form-extensions/pull/292)] Submitting `CollectionType` in Symfony 6 ([@franmomu](https://github.com/franmomu))