diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 089351804e..e68fda4d52 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * Fix: Fix permission error when sorting pages having page type restrictions (Thijs Kramer) * Fix: Allow bulk publishing of pages without revisions (Andy Chosak) * Fix: Ensure that all descendant pages are logged when deleting a page, not just immediate children (Jake Howard) + * Fix: Refactor `FormPagesListView` in wagtail.contrib.forms to avoid undefined `locale` variable when subclassing (Dan Braghis) 2.16.1 (11.02.2022) diff --git a/docs/releases/2.16.2.md b/docs/releases/2.16.2.md index 0ac4af5083..26beb3c68a 100644 --- a/docs/releases/2.16.2.md +++ b/docs/releases/2.16.2.md @@ -14,6 +14,7 @@ * Fix permission error when sorting pages having page type restrictions (Thijs Kramer) * Allow bulk publishing of pages without revisions (Andy Chosak) * Ensure that all descendant pages are logged when deleting a page, not just immediate children (Jake Howard) + * Refactor `FormPagesListView` in wagtail.contrib.forms to avoid undefined `locale` variable when subclassing (Dan Braghis) ## Upgrade considerations