From 97030def3ff11a89d6f644db84785d635838b2c1 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Fri, 10 Jun 2022 08:47:34 +0200 Subject: [PATCH] 3.1.0 (#641) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c1c6d9..ace99361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.1.0](https://github.com/sonata-project/SonataTranslationBundle/compare/3.0.1...3.1.0) - 2022-06-10 +### Changed +- [[#636](https://github.com/sonata-project/SonataTranslationBundle/pull/636)] Sonata\TranslationBundle\Checker\TranslationChecker rely on 'is_a' instead of insteance of to fully support string parameter. ([@mpoiriert](https://github.com/mpoiriert)) +- [[#637](https://github.com/sonata-project/SonataTranslationBundle/pull/637)] Locale block response is not rendered as private anymore to be compatible with SonataBlockBundle 5 ([@franmomu](https://github.com/franmomu)) + +### Removed +- [[#640](https://github.com/sonata-project/SonataTranslationBundle/pull/640)] Support of Symfony 5.3 ([@franmomu](https://github.com/franmomu)) + ## [3.0.1](https://github.com/sonata-project/SonataTranslationBundle/compare/3.0.0...3.0.1) - 2022-03-22 ### Fixed - [[#630](https://github.com/sonata-project/SonataTranslationBundle/pull/630)] Support of new admin declaration with `model_class` as attribute ([@fransweerts](https://github.com/fransweerts))