Skip to content

Commit

Permalink
4.5.0 (#7635)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Dec 4, 2021
1 parent 0d65d4d commit 79fdf79
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.5.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.4.0...4.5.0) - 2021-12-03
### Added
- [[#7626](https://github.com/sonata-project/SonataAdminBundle/pull/7626)] Support for a nullable username in a Revision. ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#7624](https://github.com/sonata-project/SonataAdminBundle/pull/7624)] Support for ArrayAccess when accessing value in the appendFormFieldElement method. ([@VincentLanglet](https://github.com/VincentLanglet))

### Fixed
- [[#7622](https://github.com/sonata-project/SonataAdminBundle/pull/7622)] Fixed PHP 8.1 deprecation notice for nl2br usage in base_show_field.html.twig. ([@javer](https://github.com/javer))

## [4.4.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.3.2...4.4.0) - 2021-11-25
### Added
- [[#7617](https://github.com/sonata-project/SonataAdminBundle/pull/7617)] The ability to not add a `select` column when accessing to the List with AJAX. ([@VincentLanglet](https://github.com/VincentLanglet))
Expand Down

0 comments on commit 79fdf79

Please sign in to comment.