|
@@ -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.8.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.7.1...3.8.0) - 2016-09-20
|
|
|
+### Added
|
|
|
+- Added three new sub-blocks to standard_layouts javascript block
|
|
|
+
|
|
|
+### Changed
|
|
|
+- Moved the raw references of buttons templates from `Admin\AbstractAdmin` to configuration options
|
|
|
+
|
|
|
## [3.7.1](https://github.com/sonata-project/SonataAdminBundle/compare/3.7.0...3.7.1) - 2016-09-13
|
|
|
### Fixed
|
|
|
- The `ALL` role needs to be checked separately, otherwise the `AuthorizationChecker` return `false` all the time.
|