Release note for #8973 in 4.0

stable/4.0.x
Matt Westcott 2022-08-19 11:29:06 +01:00
rodzic 4ca9ba288b
commit 66c917b596
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -176,6 +176,7 @@ Changelog
* Fix: Make sure rich text URL editing tooltip is fully visible when displayed inside InlinePanel blocks (Thibaud Colas)
* 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)
3.0.2 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -234,6 +234,7 @@ The bulk of these enhancements have been from Paarth Agarwal, who has been doing
* Make sure rich text URL editing tooltip is fully visible when displayed inside InlinePanel blocks (Thibaud Colas)
* 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)
## Upgrade considerations