Sullivan SENECHAL 9 anos atrás
pai
commit
72d2b3f2af
1 arquivos alterados com 14 adições e 0 exclusões
  1. 14 0
      CHANGELOG.md

+ 14 - 0
CHANGELOG.md

@@ -2,6 +2,20 @@
 All notable changes to this project will be documented in this file.
 All notable changes to this project will be documented in this file.
 This project adheres to [Semantic Versioning](http://semver.org/).
 This project adheres to [Semantic Versioning](http://semver.org/).
 
 
+## [3.4.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.3.2...3.4.0) - 2016-07-05
+### Added
+- Support for select2 v4 (`select2.full.js` file is needed)
+
+### Deprecated
+- The `Sonata\AdminBundle\Form\Type\ModelTypeList` is deprecated for `ModelListType`
+
+### Fixed
+- Ignoring `translation_domain` in tab menu
+
+### Removed
+- Removed useless `ModelAutocompleteType::getParent` override
+- Removed useless `read_only` option definition from `ModelAutocompleteType`
+
 ## [3.3.2](https://github.com/sonata-project/SonataAdminBundle/compare/3.3.1...3.3.2) - 2016-06-23
 ## [3.3.2](https://github.com/sonata-project/SonataAdminBundle/compare/3.3.1...3.3.2) - 2016-06-23
 ### Fixed
 ### Fixed
  - Reverted [#3961](https://github.com/sonata-project/SonataAdminBundle/pull/3961) to fix a regression concerning child admins on edit route
  - Reverted [#3961](https://github.com/sonata-project/SonataAdminBundle/pull/3961) to fix a regression concerning child admins on edit route