From b1e323bd8935be2cdbe64e880859a484fbfe216a Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Thu, 19 Dec 2024 09:38:43 -0800 Subject: [PATCH] Mark 5.5.2 as critical --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91044a434b0..5b58f2ea2a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,7 +64,7 @@ - Fixed a JavaScript error that broke nested element creation in global sets. ([#16182](https://github.com/craftcms/cms/issues/16182)) - Fixed a bug where Number fields weren’t rounding existing values based on the precision specified by the Decimals setting. ([#16181](https://github.com/craftcms/cms/issues/16181)) -## 5.5.2 - 2024-11-19 +## 5.5.2 - 2024-11-19 [CRITICAL] - Fixed an error that could occur if an invalid folder ID was passed to `craft\services\Assets::deleteFoldersByIds()`. ([#16147](https://github.com/craftcms/cms/pull/16147)) - Fixed a SQL error that occurred when creating a new Single section. ([#16145](https://github.com/craftcms/cms/issues/16145))