diff --git a/CHANGELOG.md b/CHANGELOG.md index 34155f3c..098cccb5 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.17.1](https://github.com/sonata-project/form-extensions/compare/1.17.0...1.17.1) - 2022-06-17 +### Fixed +- [[#369](https://github.com/sonata-project/form-extensions/pull/369)] Added the type casting to string, because Symfony forms can return integer keys. ([@willemverspyck](https://github.com/willemverspyck)) + ## [1.17.0](https://github.com/sonata-project/form-extensions/compare/1.16.1...1.17.0) - 2022-06-14 ### Deprecated - [[#359](https://github.com/sonata-project/form-extensions/pull/359)] Passing an array as first element of `ErrorElement::addViolation()` ([@VincentLanglet](https://github.com/VincentLanglet))