From 308e3fbf469481c1f26de219cde7414c9adec64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 16 Jun 2019 18:50:38 +0200 Subject: [PATCH] 3.4.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5fe64..0b1dbd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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/SonataTimelineBundle/compare/3.3.1...3.4.0) - 2019-06-16 +### Added +- Add missing package `twig/twig` with versions `^1.35 || ^2.4` + +### Fixed +- deprecation notice about using namespaced classes from `\Twig\` +- Fix deprecation for symfony/config 4.2+ + +### Removed +- support for php 5 and php 7.0 + ## [3.3.1](https://github.com/sonata-project/SonataTimelineBundle/compare/3.3.0...3.3.1) - 2018-05-08 ### Fixed