Skip to content

Commit

Permalink
4.2.0 (#7562)
Browse files Browse the repository at this point in the history
* 4.2.0

* Update CHANGELOG.md

Co-authored-by: Javier Spagnoletti <phansys@gmail.com>

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Javier Spagnoletti <phansys@gmail.com>
  • Loading branch information
VincentLanglet and phansys authored Oct 30, 2021
1 parent ea8c6ac commit 319d1b5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.2.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.1.0...4.2.0) - 2021-10-30
### Added
- [[#7561](https://github.com/sonata-project/SonataAdminBundle/pull/7561)] Make `AuditReaderInterface` generic ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#7563](https://github.com/sonata-project/SonataAdminBundle/pull/7563)] `AbstractAdmin::removeExtension()` ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#7564](https://github.com/sonata-project/SonataAdminBundle/pull/7564)] The ability to not add a `select` column when accessing to the list with AJAX ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#7567](https://github.com/sonata-project/SonataAdminBundle/pull/7567)] Final information to `AbstractAdmin::getAccess()` ([@core23](https://github.com/core23))
- [[#7568](https://github.com/sonata-project/SonataAdminBundle/pull/7568)] Added support for `psr/log` 3.0. ([@jordisala1991](https://github.com/jordisala1991))
- [[#7568](https://github.com/sonata-project/SonataAdminBundle/pull/7568)] Added support for `psr/container` 2.0. ([@jordisala1991](https://github.com/jordisala1991))

### Fixed
- [[#7529](https://github.com/sonata-project/SonataAdminBundle/pull/7529)] Setting a default order if it is not set in the field description ([@franmomu](https://github.com/franmomu))
- [[#7530](https://github.com/sonata-project/SonataAdminBundle/pull/7530)] Using multiple properties with `ModelAutocompleteType` with different order ([@franmomu](https://github.com/franmomu))

### Removed
- [[#7567](https://github.com/sonata-project/SonataAdminBundle/pull/7567)] Final information from `AbstractAdmin::getAccessMapping()` ([@core23](https://github.com/core23))

## [4.1.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.0.1...4.1.0) - 2021-10-27
### Added
- [[#7558](https://github.com/sonata-project/SonataAdminBundle/pull/7558)] Added more generic information ([@core23](https://github.com/core23))
Expand Down

0 comments on commit 319d1b5

Please sign in to comment.