From a6703e920ca94d554e18b35dfcb51da67f05e193 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 22 Sep 2021 16:25:35 +0200 Subject: [PATCH] 1.11.0 (#268) * 1.11.0 * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti Co-authored-by: Javier Spagnoletti --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 805015cd..aabadf83 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.11.0](https://github.com/sonata-project/form-extensions/compare/1.10.0...1.11.0) - 2021-09-22 +### Added +- [[#258](https://github.com/sonata-project/form-extensions/pull/258)] Added support for Symfony 6 ([@jordisala1991](https://github.com/jordisala1991)) + ## [1.10.0](https://github.com/sonata-project/form-extensions/compare/1.9.0...1.10.0) - 2021-09-08 ### Fixed - [[#234](https://github.com/sonata-project/form-extensions/pull/234)] Fixed deprecation on `StubTranslation` by adding `getLocale()` method ([@jordisala1991](https://github.com/jordisala1991))