From 07a2743596ed2f62a9f9bfcf3a040366a81b21c0 Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Fri, 28 Jan 2022 15:33:28 +0100 Subject: [PATCH] 5.9.3 changelog --- CHANGELOG-5.X.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG-5.X.md b/CHANGELOG-5.X.md index 79297ec73b..2b45cf87ff 100644 --- a/CHANGELOG-5.X.md +++ b/CHANGELOG-5.X.md @@ -1,5 +1,12 @@ # Changelog +## 5.9.3 / 2022-01-28 + +* [AdminBundle] Only apply login subscriber to users of cms admin [#3069](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3069) ([@acrobat](https://github.com/acrobat)) +* [GeneratorBundle] Fix php8 incompatibility in article generator repository [#3057](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3057) ([@acrobat](https://github.com/acrobat)) +* [Dashboardbundle] Make ConfigHelper service lazy to avoid constructor queries [#3056](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3056) ([@acrobat](https://github.com/acrobat)) +* [AdminBundle] Fix test incompatibility with doctrine/orm 2.11.0 [#3047](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3047) ([@acrobat](https://github.com/acrobat)) + ## 5.9.2 / 2022-01-10 * [NodeBundle] Improve performance of NodeMenu class [#3046](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3046) ([@acrobat](https://github.com/acrobat))