Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed May 9, 2017
1 parent f29e206 commit a1b8371
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
8 changes: 0 additions & 8 deletions UPGRADE-3.x.md
Original file line number Diff line number Diff line change
@@ -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
=======================

Expand Down

0 comments on commit a1b8371

Please sign in to comment.