From 4473bf6ad86db93a87745a3f5c6f819bfac7796a Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Mon, 10 Jan 2022 17:09:32 +0100 Subject: [PATCH] 5.9.2 changelog --- CHANGELOG-5.X.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG-5.X.md b/CHANGELOG-5.X.md index 90ecd240fd..79297ec73b 100644 --- a/CHANGELOG-5.X.md +++ b/CHANGELOG-5.X.md @@ -1,5 +1,11 @@ # Changelog +## 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)) +* [AllBundles] Escape user input to avoid xss issues [#3038](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3038) ([@acrobat](https://github.com/acrobat)) +* [AllBundles] Upgrade phpstan to stable release [#3037](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3037) ([@acrobat](https://github.com/acrobat)) + ## 5.9.1 / 2021-10-14 * [AdminBundle] fix routeloading for sf3 [#2980](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/2980) ([@Numkil](https://github.com/Numkil))