diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9e32d51f3b..5e04b82558 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,6 +14,7 @@ Changelog * Fix: Make page-level actions accessible to keyboard users in page listing tables (Jesse Menn) * Fix: `WAGTAILFRONTENDCACHE_LANGUAGES` was being interpreted incorrectly. It now accepts a list of strings, as documented (Karl Hobley) * Fix: Update oEmbed endpoints to use https where available (Matt Westcott) + * Fix: Revise `edit_handler` bind order in ModelAdmin views and fix duplicate form instance creation (Jérôme Lebleu) 2.10.2 (xx.xx.xxxx) - IN DEVELOPMENT diff --git a/docs/releases/2.11.rst b/docs/releases/2.11.rst index efb204e071..3e3e0823ff 100644 --- a/docs/releases/2.11.rst +++ b/docs/releases/2.11.rst @@ -28,6 +28,7 @@ Bug fixes * Make page-level actions accessible to keyboard users in page listing tables (Jesse Menn) * ``WAGTAILFRONTENDCACHE_LANGUAGES`` was being interpreted incorrectly. It now accepts a list of strings, as documented (Karl Hobley) * Update oEmbed endpoints to use https where available (Matt Westcott) + * Revise ``edit_handler`` bind order in ModelAdmin views and fix duplicate form instance creation (Jérôme Lebleu) Upgrade considerations