diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f3fa667..1bf2614ce 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/). +## [3.31.1](https://github.com/sonata-project/SonataMediaBundle/compare/3.31.0...3.31.1) - 2021-04-19 +### Fixed +- [[#1953](https://github.com/sonata-project/SonataMediaBundle/pull/1953)] Remove superfluous deprecation message when translator class is registered that implements both the legacy and new `TranslatorInterface` ([@jorrit](https://github.com/jorrit)) + ## [3.31.0](https://github.com/sonata-project/SonataMediaBundle/compare/3.30.0...3.31.0) - 2021-03-26 ### Added - [[#1923](https://github.com/sonata-project/SonataMediaBundle/pull/1923)] Added support for `symfony/translation-contracts` ^1.1 || ^2.0 ([@wbloszyk](https://github.com/wbloszyk))