From c09070ba1113e85eb2cb7b83dfe43ea6ba816b5c Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Tue, 4 Apr 2017 11:07:58 +0200 Subject: [PATCH] 3.4.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba9cef1c..9329c847a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.4.1](https://github.com/sonata-project/SonataPageBundle/compare/3.4.0...3.4.1) - 2017-04-04 +### Deprecated + - Removed block service deprecation + +### Fixed +- use `is not null` instead of `is defined` in `Block/block_base.html.twig` + ## [3.4.0](https://github.com/sonata-project/SonataPageBundle/compare/3.3.0...3.4.0) - 2017-03-16 ### Added - Added --clean option to `sonata:page:update-core-routes` command to remove orphaned pages