Release notes for #7721

pull/7804/head
Dan Braghis 2021-12-20 18:10:08 +00:00
rodzic 783f0d4a16
commit 670ad8cfa2
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ Changelog
* Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
* 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)
* Fix: `default_app_config` deprecations for Django >= 3.2 (Tibor Leupold)
2.15.2 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -17,6 +17,7 @@
* Private pages can now be fetched over the API (Nabil Khalil)
* Added `alias_of` field to the pages API (Dmitrii Faiazov)
* Add support for Azure CDN and Front Door front-end cache invalidation (Tomasz Knapik)
* Fixed `default_app_config` deprecations for Django >= 3.2 (Tibor Leupold)
### Bug fixes