From 02a0a2145ec956cba69d3f28d0f55e91af391847 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Sun, 22 Oct 2017 23:44:36 +0200 Subject: [PATCH] 3.4.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98956499..1fe02cf29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.4.0](https://github.com/sonata-project/SonataUserBundle/compare/3.3.0...3.4.0) - 2017-10-22 +### Fixed +- Fixed the twig configuration setting bug. + +### Removed +- Support for old versions of php and Symfony. + +## [3.3.0](https://github.com/sonata-project/SonataUserBundle/compare/3.2.4...3.3.0) - 2017-10-22 +### Changed +- Use sonata admin pool the get the master role name + +### Fixed +- `AccountBlockService` extends `AbstractAdminBlockService` instead of wrong `AbstractBlockService` +- missing spanish translations were added + ## [3.2.4](https://github.com/sonata-project/SonataUserBundle/compare/3.2.3...3.2.4) - 2017-06-14 ### Added - Added Dutch translation for `title_user_authentication`