From 68436e8e3666f1417c3789921b28228d63ee3c23 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 19 Jan 2022 21:02:45 +0100 Subject: [PATCH] 3.107.2 (#7712) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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))