From 94ebf435f53376bb48a11d4c18c421e1a0ddbfdb Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Tue, 18 Jul 2023 06:41:49 +1000 Subject: [PATCH] Fix changelog for #10397 - Remove maintenance entry from release notes as already in the callout at the top of the notes - Add to changelog --- CHANGELOG.txt | 2 ++ docs/releases/5.1.md | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 98d1a9ec580f..f4dab292cf1b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -101,6 +101,8 @@ Changelog * Maintenance: Update uuid to v9 and Jest to v29, with `jest-environment-jsdom` and new snapshot format (LB (Ben) Johnston) * Maintenance: Update test cases producing undesirable console output due to missing mocks, uncaught errors, warnings (LB (Ben) Johnston) * Maintenance: Remove unused snippets _header_with_history.html template (Thibaud Colas) + * Maintenance: Migrate dialog instantiation to a new `w-dialog` Stimulus controller (Loveth Omokaro, LB (Ben) Johnston) + * Maintenance: Support dialog template cloning using a new `w-teleport` Stimulus controller (Loveth Omokaro, LB (Ben) Johnston) * Maintenance: Remove `"wagtailadmin/shared/field_as_li.html"` template include (Storm Heg) diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index 6dedd42cf8f5..32b9d6741e43 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -158,8 +158,6 @@ This feature was developed by Aman Pandey as part of the Google Summer of Code p * Update uuid to v9 and Jest to v29, with `jest-environment-jsdom` and new snapshot format (LB (Ben) Johnston) * Update test cases producing undesirable console output due to missing mocks, uncaught errors, warnings (LB (Ben) Johnston) * Remove unused snippets _header_with_history.html template (Thibaud Colas) - * Migrate dialog instantiation to a new `w-dialog` Stimulus controller, including in the Userbar (Loveth Omokaro, LB (Ben) Johnston) - * Support dialog template cloning using a new `w-teleport` Stimulus controller (Loveth Omokaro, LB (Ben) Johnston) * Remove `"wagtailadmin/shared/field_as_li.html"` template include (Storm Heg) ## Upgrade considerations