diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 78e7d9f6b4..db1a5760ad 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -82,6 +82,7 @@ Changelog * Fix: Ignore `GenericRelation` when copying pages (John-Scott Atlakson) * Fix: Ensure 'next' links from image / document listings do not redirect back to partial AJAX view (Matt Westcott) * Fix: Skip creation of automatic redirects when page cannot be routed (Matt Westcott) + * Fix: Prevent JS errors on locale switcher in page chooser (Matt Westcott) 2.16.1 (11.02.2022) diff --git a/docs/releases/2.16.2.md b/docs/releases/2.16.2.md index 78f733d9dc..5e546d1d9c 100644 --- a/docs/releases/2.16.2.md +++ b/docs/releases/2.16.2.md @@ -21,6 +21,7 @@ depth: 1 * Ignore `GenericRelation` when copying pages (John-Scott Atlakson) * Ensure 'next' links from image / document listings do not redirect back to partial AJAX view (Matt Westcott) * Skip creation of automatic redirects when page cannot be routed (Matt Westcott) + * Prevent JS errors on locale switcher in page chooser (Matt Westcott) ## Upgrade considerations