From 07d2d6524d3cd0f141f442c730d49f02dbf70873 Mon Sep 17 00:00:00 2001 From: SonataCI Date: Mon, 24 Apr 2023 23:19:00 +0000 Subject: [PATCH] 3.2.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e5227f..debb2620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.2.0](https://github.com/sonata-project/SonataTranslationBundle/compare/3.1.1...3.2.0) - 2023-04-24 +### Removed +- [[#682](https://github.com/sonata-project/SonataTranslationBundle/pull/682)] Support for Symfony 4 ([@jordisala1991](https://github.com/jordisala1991)) +- [[#682](https://github.com/sonata-project/SonataTranslationBundle/pull/682)] Support for Twig 2 ([@jordisala1991](https://github.com/jordisala1991)) +- [[#682](https://github.com/sonata-project/SonataTranslationBundle/pull/682)] Support for `doctrine/persistence` ^2 ([@jordisala1991](https://github.com/jordisala1991)) + ## [3.1.1](https://github.com/sonata-project/SonataTranslationBundle/compare/3.1.0...3.1.1) - 2023-03-21 ### Fixed - [[#674](https://github.com/sonata-project/SonataTranslationBundle/pull/674)] Always load the TranslatableChecker ([@VincentLanglet](https://github.com/VincentLanglet))