From 5757af4f2131f75e6fa4f037fb85b93749625229 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 14 Jun 2023 18:50:21 +0100 Subject: [PATCH] Release note for #10541 in 5.0.2 --- CHANGELOG.txt | 1 + docs/releases/5.0.2.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index be6e0550ee..0316a77240 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -43,6 +43,7 @@ Changelog * Fix: Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston) * Fix: Prevent crash when comparing page revisions that include `MultipleChooserPanel` (Matt Westcott) + * Fix: Ensure that title and slug continue syncing after entering non-URL-safe characters (LB (Ben) Johnston) 5.0.1 (25.05.2023) diff --git a/docs/releases/5.0.2.md b/docs/releases/5.0.2.md index 933c811586..518c237e20 100644 --- a/docs/releases/5.0.2.md +++ b/docs/releases/5.0.2.md @@ -13,5 +13,6 @@ depth: 1 ### Bug fixes -* Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston) -* Prevent crash when comparing page revisions that include `MultipleChooserPanel` (Matt Westcott) + * Prevent JS error when reverting the spinner on a submit button after a validation error (LB (Ben) Johnston) + * Prevent crash when comparing page revisions that include `MultipleChooserPanel` (Matt Westcott) + * Ensure that title and slug continue syncing after entering non-URL-safe characters (LB (Ben) Johnston)