Skip to content

Commit

Permalink
4.10.0 (#7770)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Mar 21, 2022
1 parent b4772fb commit 34a3b16
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.10.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.9.0...4.10.0) - 2022-03-21
### Changed
- [[#7761](https://github.com/sonata-project/SonataAdminBundle/pull/7761)] CrudController::handleModelManagerThrowable can now return a custom error message to display in the flashbag instead of the generic one from Sonata. ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#7766](https://github.com/sonata-project/SonataAdminBundle/pull/7766)] Reduced number of ModelManager::find calls ([@VincentLanglet](https://github.com/VincentLanglet))

### Fixed
- [[#7769](https://github.com/sonata-project/SonataAdminBundle/pull/7769)] Improve detection of Symfony ACL bundle installation ([@Buratinas](https://github.com/Buratinas))

## [4.9.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.8.1...4.9.0) - 2022-02-27
### Added
- [[#7730](https://github.com/sonata-project/SonataAdminBundle/pull/7730)] `TemplateType` to display custom data in the edit/create view. ([@VincentLanglet](https://github.com/VincentLanglet))
Expand Down

0 comments on commit 34a3b16

Please sign in to comment.