Release note for #9976 in 4.1.2

pull/10019/head
Matt Westcott 2023-02-03 15:52:14 +00:00
rodzic 8b3b3d7ebd
commit 37d82f5879
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -176,6 +176,7 @@ Changelog
* Fix: Do not show bulk actions checkbox in page type usage view (Sage Abdullah)
* Fix: Prevent account name from overflowing the sidebar (Aman Pandey)
* Fix: Ensure edit form is displayed as unlocked immediately after cancelling a workflow (Sage Abdullah)
* Fix: Prevent `latest_revision` pointer from being copied over when copying translatable snippets for translation (Sage Abdullah)
* Docs: Document potential data loss for BaseLogEntry migration in 3.0 (Sage Abdullah)

Wyświetl plik

@ -25,6 +25,7 @@ depth: 1
* Do not show bulk actions checkbox in page type usage view (Sage Abdullah)
* Prevent account name from overflowing the sidebar (Aman Pandey)
* Ensure edit form is displayed as unlocked immediately after cancelling a workflow (Sage Abdullah)
* Prevent `latest_revision` pointer from being copied over when copying translatable snippets for translation (Sage Abdullah)
### Documentation