From 76e1278553e29879cfc6e9be91be119a7f4a8332 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sat, 8 Jul 2023 17:14:31 +0200 Subject: [PATCH] 1.20.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9427fa71..dfab6a7f 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.20.0](https://github.com/sonata-project/form-extensions/compare/1.19.1...1.20.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)) + ## [1.19.1](https://github.com/sonata-project/form-extensions/compare/1.19.0...1.19.1) - 2023-04-30 ### Fixed - [[#416](https://github.com/sonata-project/form-extensions/pull/416)] Date pickers now select the correct locale when language and country parts are the same, eg: `it-IT` ([@jgtrescazes](https://github.com/jgtrescazes))