diff --git a/CHANGELOG.txt b/CHANGELOG.txt index aece667c35..64c80cea3a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,8 @@ Changelog * Fix: Use a visible border and background color to highlight active formatting in the rich text toolbar (Cassidy Pittman) * Fix: Ensure image focal point box can be removed (Gunnar Scherf) * Fix: Ensure that Snippets search results correctly use the `index_results.html` or `index_results_template_name` override on initial load (Stefan Hammer) + * Fix: Avoid error when attempting to moderate a page drafted by a now deleted user (Dan Braghis) + 5.2.1 (16.11.2023) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/5.2.2.md b/docs/releases/5.2.2.md index 60caa56b81..0d3e3ed223 100644 --- a/docs/releases/5.2.2.md +++ b/docs/releases/5.2.2.md @@ -17,5 +17,6 @@ depth: 1 * Use a visible border and background color to highlight active formatting in the rich text toolbar (Cassidy Pittman) * Ensure image focal point box can be removed (Gunnar Scherf) * Ensure that Snippets search results correctly use the `index_results.html` or `index_results_template_name` override on initial load (Stefan Hammer) + * Avoid error when attempting to moderate a page drafted by a now deleted user (Dan Braghis) ### Documentation