From f8dd9769ebc25e700883b68060494688f2e3bb66 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Fri, 26 Jan 2018 18:03:13 +0100 Subject: [PATCH] 3.3.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f28508..a7edaacd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.3.0](https://github.com/sonata-project/SonataNewsBundle/compare/3.2.2...3.3.0) - 2018-01-26 +### Changed +- Switch all templates references to Twig namespaced syntax +- Switch from templating service to sonata.templating + +### Fixed +- Fixed creating new swift message +- Switch Field Type checkbox option to FQCN option for sf 4 compatibility + ## [3.2.2](https://github.com/sonata-project/SonataNewsBundle/compare/3.2.1...3.2.2) - 2018-01-07 ### Fixed - Compatibility with Symfony 4