From b3402afd7ccf38dcd7f23817e7a5f06e7224f7d4 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Fri, 29 Sep 2023 17:22:40 +0200 Subject: [PATCH] 2.1.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d291b09c..75306936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.1.0](https://github.com/sonata-project/form-extensions/compare/2.0.0...2.1.0) - 2023-09-29 +### Added +- [[#455](https://github.com/sonata-project/form-extensions/pull/455)] CollectionType btn_translation_domain option ([@VincentLanglet](https://github.com/VincentLanglet)) + +### Deprecated +- [[#455](https://github.com/sonata-project/form-extensions/pull/455)] CollectionType btn_catalogue option ([@VincentLanglet](https://github.com/VincentLanglet)) + +### Fixed +- [[#455](https://github.com/sonata-project/form-extensions/pull/455)] CollectionType btn_add allowed types ([@VincentLanglet](https://github.com/VincentLanglet)) +- [[#452](https://github.com/sonata-project/form-extensions/pull/452)] Country specific locale issues (convert de_CH to de-CH) ([@toooni](https://github.com/toooni)) + ## [2.0.0](https://github.com/sonata-project/form-extensions/compare/2.0.0-alpha-1...2.0.0) - 2023-07-08 ### Added - [[#444](https://github.com/sonata-project/form-extensions/pull/444)] Add datepicker twig template to the global ones ([@Hanmac](https://github.com/Hanmac))