From a1b837101262af856c45b22e8f0887553edf0fb0 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Tue, 9 May 2017 17:05:32 +0200 Subject: [PATCH] 3.4.0 --- CHANGELOG.md | 7 +++++++ UPGRADE-3.x.md | 8 -------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 320e3cef..827a3054 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.0](https://github.com/sonata-project/SonataCoreBundle/compare/3.3.0...3.4.0) - 2017-05-09 +### Added +- Options for `ImmutableArrayType` are now validated, which should yield better results. + +### Fixed +- compatibility with Symfony 3.3 + ## [3.3.0](https://github.com/sonata-project/SonataCoreBundle/compare/3.2.0...3.3.0) - 2017-03-23 ### Added - `sonata-project/datagrid-bundle` dependency for `Sonata\CoreBundle\ModelPageableManagerInterface` diff --git a/UPGRADE-3.x.md b/UPGRADE-3.x.md index a19e1738..a7fd9a89 100644 --- a/UPGRADE-3.x.md +++ b/UPGRADE-3.x.md @@ -1,14 +1,6 @@ UPGRADE 3.x =========== -### Deprecated `Sonata\CoreBundle\Form\EventListener\ResizeFormlistener::preBind` - -Use `Sonata\CoreBundle\Form\EventListener\ResizeFormlistener::preSubmit` instead. - -### Deprecated `Sonata\CoreBundle\Form\EventListener\ResizeFormlistener::onBind` - -Use `Sonata\CoreBundle\Form\EventListener\ResizeFormlistener::onSubmit` instead. - UPGRADE FROM 3.2 to 3.3 =======================