From e626a74ffbb450a4d214871e9f821244452b4007 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Thu, 23 Nov 2023 21:40:13 +0100 Subject: [PATCH] 2.3.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e368f9..14d28699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.3.0](https://github.com/sonata-project/form-extensions/compare/2.2.0...2.3.0) - 2023-11-23 +### Added +- [[#461](https://github.com/sonata-project/form-extensions/pull/461)] Missing `hourCycle` localization option for DateTimePickerType ([@virtualize](https://github.com/virtualize)) +- [[#462](https://github.com/sonata-project/form-extensions/pull/462)] Support of Symfony 7 ([@pauljosephkrogulec](https://github.com/pauljosephkrogulec)) + ## [2.2.0](https://github.com/sonata-project/form-extensions/compare/2.1.0...2.2.0) - 2023-11-22 ### Changed - [[#463](https://github.com/sonata-project/form-extensions/pull/463)] Updated and built all npm packages to the newest ones ([@haivala](https://github.com/haivala))