From a50848d1bf9a6ff7d15ecbc5f4c4fb7f8058eba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 3 Sep 2019 21:27:36 +0200 Subject: [PATCH] 3.12.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 725e245b0..72bf76fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.12.0](https://github.com/sonata-project/SonataPageBundle/compare/3.11.1...3.12.0) - 2019-10-03 +### Added +- Added missing German translation +- Added support for new `EditableBlockService` + +### Changed +- Match PHPDoc with doctrine model +- Increased block type length to 255 chars + +### Removed +- Removed superfluous PHPDoc +- Removed routing deprecations + ## [3.11.1](https://github.com/sonata-project/SonataPageBundle/compare/3.11.0...3.11.1) - 2019-05-28 ### Fixed