Update 2.15.x changelog/release notes

[skip ci]
pull/9096/head
Dan Braghis 2022-04-10 10:06:15 +01:00
rodzic 33245d8eab
commit a46b4e59e5
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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