Sullivan SENECHAL 9 年之前
父节点
当前提交
7bec472497
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      CHANGELOG.md

+ 7 - 0
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.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.