From f0b04200a4d53a2badb03ab690cc7a1cd15b0002 Mon Sep 17 00:00:00 2001 From: Thibaud Colas <thibaudcolas@gmail.com> Date: Mon, 13 Jan 2025 12:14:56 +0000 Subject: [PATCH] Add v6.3.3 release notes --- CHANGELOG.txt | 6 +++++- docs/releases/6.3.3.md | 21 +++++++++++++++++++++ docs/releases/index.rst | 1 + 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 docs/releases/6.3.3.md diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0f943ca6ab..d885732b19 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,11 @@ Changelog ========= +6.3.3 (xx.xx.xxxx) - IN DEVELOPMENT +~~~~~~~~~~~~~~~~~~ + +* Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal) + 6.4 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~ @@ -46,7 +51,6 @@ Changelog * Fix: Fix crash when loading the dashboard with only the "unlock" or "bulk delete" page permissions (Unyime Emmanuel Udoh, Sage Abdullah) * Fix: Improve deprecation warning for `WidgetWithScript` by raising it with `stacklevel=3` (Joren Hammudoglu) * Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal) - * Fix: Add missing `FilterField("created_at")` to `AbstractDocument` to fix ordering by `created_at` after searching in the documents index view (Srishti Jaiswal) * Docs: Move the model reference page from reference/pages to the references section as it covers all Wagtail core models (Srishti Jaiswal) * Docs: Move the panels reference page from references/pages to the references section as panels are available for any model editing, merge panels API into this page (Srishti Jaiswal) * Docs: Move the tags documentation to standalone advanced topic, instead of being inside the reference/pages section (Srishti Jaiswal) diff --git a/docs/releases/6.3.3.md b/docs/releases/6.3.3.md new file mode 100644 index 0000000000..f0204495c7 --- /dev/null +++ b/docs/releases/6.3.3.md @@ -0,0 +1,21 @@ +# Wagtail 6.3.3 release notes - IN DEVELOPMENT + +_Unreleased_ + +```{contents} +--- +local: +depth: 1 +--- +``` + +## What's new + + +### Bug fixes + + * Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal) + +### Documentation + + * ... diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 2c75ff9ecc..a9100ee09c 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -6,6 +6,7 @@ Release notes upgrading 6.4 + 6.3.3 6.3.2 6.3.1 6.3