diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8d285a81a8..6b296572ac 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -88,6 +88,8 @@ Changelog * 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: 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) 2.15.4 (11.02.2022) diff --git a/docs/releases/2.15.5.rst b/docs/releases/2.15.5.rst index 5d339f0b30..1cdae2bc01 100644 --- a/docs/releases/2.15.5.rst +++ b/docs/releases/2.15.5.rst @@ -15,6 +15,8 @@ Bug fixes * 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) + * Generate new translation keys for translatable ``Orderable`` when page is copied without being published (Kalob Taulien, Dan Braghis) + * Ignore `GenericRelation` when copying pages (John-Scott Atlakson) Upgrade considerations