|
@@ -2,6 +2,22 @@
|
|
|
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/SonataAdminBundle/compare/3.11.0...3.12.0) - 2017-01-31
|
|
|
+### Added
|
|
|
+- Compatibility with Twig 2.0
|
|
|
+
|
|
|
+### Changed
|
|
|
+- `--services` default-value to null in `Sonata\AdminBundle\Command\GenerateAdminCommand`
|
|
|
+
|
|
|
+### Deprecated
|
|
|
+- `ModelToArrayTransformer::$choiceList` property
|
|
|
+- `ModelToArrayTransformer::$choiceList::__construct()` three-argument-signature is deprecated
|
|
|
+
|
|
|
+### Fixed
|
|
|
+- "Silent display of undefined block" Twig deprecation
|
|
|
+- Twig deprecation notice when using template inheritance to get a macro
|
|
|
+- The `request` parameter is passed to custom batch actions.
|
|
|
+
|
|
|
## [3.11.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.10.3...3.11.0) - 2017-01-17
|
|
|
### Added
|
|
|
- Extract admin group and label translations
|