diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a3b68039e1..1dd9611c09 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,6 +13,7 @@ Changelog * Fix: Translation key `IntegrityError` when publishing pages with translatable `Orderable`s that were copied without being published (Kalob Taulien, Dan Braghis) * 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) 2.16.1 (11.02.2022) diff --git a/docs/releases/2.16.2.md b/docs/releases/2.16.2.md index 9f85326c83..28b58a61ca 100644 --- a/docs/releases/2.16.2.md +++ b/docs/releases/2.16.2.md @@ -19,6 +19,7 @@ * 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) * 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) ## Upgrade considerations