Release notes for #7776

pull/7774/head
Andy Babic 2021-12-16 13:43:34 +00:00 zatwierdzone przez Andy Babic
rodzic 1f5734ce3f
commit a7e58e9c67
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,8 @@ Changelog
* Fix: Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
* Fix: Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin Gutiérrez)
* Add `page_url_path_changed` signal for pages (Andy Babic)
* Fix: 'Page move' actions being incorrectly logged as 'Page reorder' under some circumstances (Andy Babic)
* Add `ever_live()` and `never_live()` filters to `PageQuerySet` (Andy Babic)
2.15.2 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -18,12 +18,14 @@
* Added `alias_of` field to the pages API (Dmitrii Faiazov)
* Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
* Add `page_url_path_changed` signal for Pages (Andy Babic)
* Add `ever_live()` and `never_live()` filters to `PageQuerySet` (Andy Babic)
### Bug fixes
* Accessibility fixes for Windows high contrast mode; Dashboard icons colour and contrast (Sakshi Uppoor)
* Rename additional 'spin' CSS animations to avoid clashes with other libraries (Kevin Gutiérrez)
* 'Page move' actions being incorrectly logged as 'Page reorder' under some circumstances (Andy Babic)
## Upgrade considerations