diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a6e1f8a3ce..eb255f3329 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,6 +14,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 28b58a61ca..820b1d4521 100644 --- a/docs/releases/2.16.2.md +++ b/docs/releases/2.16.2.md @@ -20,6 +20,7 @@ * 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