From 6916885d605b4004c56da7f86cb0cc8f8cb8fed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 29 Jun 2020 18:57:08 +0200 Subject: [PATCH] 3.6.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e54bca9..5f29eed 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.6.0](https://github.com/sonata-project/SonataTimelineBundle/compare/3.5.0...3.6.0) - 2020-06-29 +### Added +- [[#227](https://github.com/sonata-project/SonataTimelineBundle/pull/227)] + Support for Twig 3 ([@franmomu](https://github.com/franmomu)) + +### Removed +- [[#255](https://github.com/sonata-project/SonataTimelineBundle/pull/255)] + Remove SonataCoreBundle dependencies +([@wbloszyk](https://github.com/wbloszyk)) +- [[#227](https://github.com/sonata-project/SonataTimelineBundle/pull/227)] + Remove `sonata-project/intl-bundle` dependency +([@franmomu](https://github.com/franmomu)) +- [[#247](https://github.com/sonata-project/SonataTimelineBundle/pull/247)] + Support for Symfony < 4.3 ([@franmomu](https://github.com/franmomu)) + ## [3.5.0](https://github.com/sonata-project/SonataTimelineBundle/compare/3.4.0...3.5.0) - 2020-01-12 ### Added - Added DoctrineBundle dependency in the `composer.json`