From 2134849d114bd140933ff080f0c73f41147b56e0 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sat, 4 Dec 2021 15:19:07 +0100 Subject: [PATCH] 1.12.4 (#299) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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))