Skip to content

Commit

Permalink
4.29.2 (#8147)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Dec 24, 2023
1 parent 8b47fe7 commit e96a82d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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/).

## [4.29.2](https://github.com/sonata-project/SonataAdminBundle/compare/4.29.1...4.29.2) - 2023-12-24
### Changed
- [[#8141](https://github.com/sonata-project/SonataAdminBundle/pull/8141)] CRUDController::handleModelManagerException can now return a custom error message string for display in the flashbag instead of Sonata ones. Return type is removed from the signature ([@wadjei](https://github.com/wadjei))

### Fixed
- [[#8139](https://github.com/sonata-project/SonataAdminBundle/pull/8139)] Deprecation about `ArgumentValueResolverInterface` usage ([@Hanmac](https://github.com/Hanmac))

## [4.29.1](https://github.com/sonata-project/SonataAdminBundle/compare/4.29.0...4.29.1) - 2023-12-12
### Fixed
- [[#8136](https://github.com/sonata-project/SonataAdminBundle/pull/8136)] Fix clashing global twig variables (admin, base_template) if already set ([@core23](https://github.com/core23))
Expand Down

0 comments on commit e96a82d

Please sign in to comment.