update changelog for #9229

pull/9234/head
LB Johnston 2022-09-20 20:52:44 +10:00
rodzic d0c0e2fc02
commit f8bdcda5de
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -24,6 +24,7 @@ Changelog
* Add robust unit testing for authentication scenarios across the user management admin pages (Mehrdad Moradizadeh)
* Avoid assuming an integer PK named 'id' on multiple upload views (Matt Westcott)
* Add a toggle to collapse/expand all page panels at once (Helen Chapman)
* Improve the GitHub Workflows (CI) security (Alex (sashashura))
* Fix: Prevent `PageQuerySet.not_public` from returning all pages when no page restrictions exist (Mehrdad Moradizadeh)
* Fix: Ensure that duplicate block ids are unique when duplicating stream blocks in the page editor (Joshua Munn)
* Fix: Revise colour usage so that privacy & locked indicators can be seen in Windows High Contrast mode (LB (Ben Johnston))

Wyświetl plik

@ -626,6 +626,7 @@ Contributors
* Christophe Bastin
* Nicholas Johnson
* Shohan Dutta Roy
* Alex (sashashura)
Translators

Wyświetl plik

@ -33,6 +33,7 @@ Wagtail 4.1 is designated a Long Term Support (LTS) release. Long Term Support r
* Add robust unit testing for authentication scenarios across the user management admin pages (Mehrdad Moradizadeh)
* Avoid assuming an integer PK named 'id' on multiple upload views (Matt Westcott)
* Add a toggle to collapse/expand all page panels at once (Helen Chapman)
* Improve the GitHub Workflows (CI) security (Alex (sashashura))
### Bug fixes