From 9b225b291e682fd6a1a1e1e7d96017206664a19f Mon Sep 17 00:00:00 2001 From: Brian Hanson Date: Mon, 12 Sep 2022 16:30:23 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864e9447bd8..025c5b443d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - Fixed a bug where element index filter HUDs were unresponsive if another one was already active for a different site/source. ([#11880](https://github.com/craftcms/cms/issues/11880)) - Fixed a bug where newly-created subfolders on the Assets index page could appear to have the wrong indentation. - Fixed a UI bug where renaming a newly-created volume subfolder didn’t appear to have any effect. +- Fixed an issue where matrix blocks couldn't be saved when `creatorId` was null ([#11904](https://github.com/craftcms/cms/issues/11904)) ### Security - Fixed XSS vulnerabilities.