diff --git a/CHANGELOG.md b/CHANGELOG.md index 411d86b8f9..625d1cc02f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.107.2](https://github.com/sonata-project/SonataAdminBundle/compare/3.107.1...3.107.2) - 2022-01-19 +### Fixed +- [[#7705](https://github.com/sonata-project/SonataAdminBundle/pull/7705)] Catch AccessException in AbstractAdmin::appendParentObject() to prevent an error when the property for the parent object is uninitialised. ([@7ochem](https://github.com/7ochem)) + ## [3.107.1](https://github.com/sonata-project/SonataAdminBundle/compare/3.107.0...3.107.1) - 2022-01-01 ### Fixed - [[#7641](https://github.com/sonata-project/SonataAdminBundle/pull/7641)] Fixed batch confirmation translations to include mentioning the selected action or object ([@7ochem](https://github.com/7ochem))