add changelog for #8948

pull/8897/head
LB Johnston 2022-08-06 21:56:38 +10:00
rodzic 722e292d63
commit c9248725e2
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -149,6 +149,7 @@ Changelog
* Fix: Make it possible to scroll input fields in admin on safari mobile (Thibaud Colas)
* Fix: Stop rich text fields from overlapping with sidebar (Thibaud Colas)
* Fix: Prevent comment buttons from overlapping with fields (Thibaud Colas)
* Fix: Resolve MySQL search compatibility issue with Django 4.1 (Andy Chosak)
3.0.1 (16.06.2022)

Wyświetl plik

@ -205,6 +205,7 @@ The bulk of these enhancements have been from Paarth Agarwal, who has been doing
* Make it possible to scroll input fields in admin on safari mobile (Thibaud Colas)
* Stop rich text fields from overlapping with sidebar (Thibaud Colas)
* Prevent comment buttons from overlapping with fields (Thibaud Colas)
* Resolve MySQL search compatibility issue with Django 4.1 (Andy Chosak)
## Upgrade considerations