add changelog for #9056

pull/9059/head
LB Johnston 2022-08-21 07:34:58 +10:00
rodzic c91a272541
commit 85b79dc532
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -177,6 +177,7 @@ Changelog
* Fix: Allow input fields to scroll horizontally in Safari iOS (Thibaud Colas)
* Fix: Ensure screen readers are made aware of page level messages added dynamically to the top of the page (Paarth Agarwal)
* Fix: Fix `updatemodulepaths` command for Python 3.7 (Matt Westcott)
* Fix: Only show locale filter in choosers when i18n is enabled in settings (Matt Westcott)
3.0.2 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -235,6 +235,7 @@ The bulk of these enhancements have been from Paarth Agarwal, who has been doing
* Allow input fields to scroll horizontally in Safari iOS (Thibaud Colas)
* Ensure screen readers are made aware of page level messages added dynamically to the top of the page (Paarth Agarwal)
* Fix `updatemodulepaths` command for Python 3.7 (Matt Westcott)
* Only show locale filter in choosers when i18n is enabled in settings (Matt Westcott)
## Upgrade considerations