pull/8294/head
Matt Westcott 2022-04-06 17:38:21 +01:00
rodzic d65d10d3de
commit ad64ac3e91
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -62,6 +62,8 @@ Changelog
* Fix: Update django-treebeard dependency to 4.5.1 or above (Serafeim Papastefanos)
* Fix: Fix permission error when sorting pages having page type restrictions (Thijs Kramer)
* 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)
2.16.1 (11.02.2022)

Wyświetl plik

@ -13,6 +13,8 @@ depth: 1
* Update django-treebeard dependency to 4.5.1 or above (Serafeim Papastefanos)
* Fix permission error when sorting pages having page type restrictions (Thijs Kramer)
* 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)
## Upgrade considerations