From a4896cf382f3f894e3b7ae62f0c699d660ca0bc6 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Sat, 4 Nov 2017 21:31:05 +0100 Subject: [PATCH] 3.5.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe02cf29..f1a374c83 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.5.0](https://github.com/sonata-project/SonataUserBundle/compare/3.4.0...3.5.0) - 2017-11-04 +### Changed +- Rollback to PHP 5.6 as minimum support. + ## [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.