diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ac5af1..6c3ebb4c 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/). +## [1.8.1](https://github.com/sonata-project/form-extensions/compare/1.8.0...1.8.1) - 2021-01-06 +### Fixed +- [[#192](https://github.com/sonata-project/form-extensions/pull/192)] User Deprecated: Using a custom format when the "html5" option of `Symfony\Component\Form\Extension\Core\Type\DateTimeType` is enabled is deprecated since Symfony 4.3 and will lead to an exception in 5.0. ([@VincentLanglet](https://github.com/VincentLanglet)) +- [[#192](https://github.com/sonata-project/form-extensions/pull/192)] User Deprecated: Using a custom format when the "html5" option of `Symfony\Component\Form\Extension\Core\Type\DateType` is enabled is deprecated since Symfony 4.3 and will lead to an exception in 5.0. ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [1.8.0](https://github.com/sonata-project/form-extensions/compare/1.7.1...1.8.0) - 2021-01-04 ### Added - [[#185](https://github.com/sonata-project/form-extensions/pull/185)] Support for PHP8 ([@VincentLanglet](https://github.com/VincentLanglet))