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)