From edf881e4eaf465eabece2b7aa013a03a55adff6f Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Wed, 13 Apr 2022 23:41:54 +1000 Subject: [PATCH] 3.0 release notes - move 'fix' to fix section --- docs/releases/3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/3.0.md b/docs/releases/3.0.md index da7c472886..3a7de62091 100644 --- a/docs/releases/3.0.md +++ b/docs/releases/3.0.md @@ -82,7 +82,6 @@ class LandingPage(Page): * Support chunking in `PageQuerySet.specific()` to reduce memory consumption (Andy Babic) * Add useful help text to Tag fields to advise what content is allowed inside tags, including when `TAG_SPACES_ALLOWED` is `True` or `False` (Abdulmajeed Isa) * Change `AbstractFormSubmission`'s `form_data` to use JSONField to store form submissions (Jake Howard) - * Fix: Implement ARIA tabs markup and keyboards interactions for admin tabs (Steven Steinwand) ### Bug fixes @@ -107,6 +106,7 @@ class LandingPage(Page): * Ensure page copy in Wagtail admin doesn't ignore `exclude_fields_in_copy` (John-Scott Atlakson) * Generate new translation keys for translatable `Orderable`s when page is copied without being published (Kalob Taulien, Dan Braghis) * Ignore `GenericRelation` when copying pages (John-Scott Atlakson) + * Implement ARIA tabs markup and keyboards interactions for admin tabs (Steven Steinwand) ## Upgrade considerations - changes affecting all projects