Release notes for #5885

pull/6256/head
Thibaud Colas 2020-07-23 13:48:26 +01:00
rodzic 93a8227a52
commit d97f940e58
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -54,6 +54,7 @@ Changelog
* Change Wagtail tabs implementation to only allow slug-formatted tab identifiers, reducing false positives from security audits (Matt Westcott)
* Add skip link for keyboard users to bypass Wagtail navigation in the admin (Martin Coote)
* Ensure errors during Postgres search indexing are left uncaught to assist troubleshooting (Karl Hobley)
* Add ability to edit images and embeds in rich text editor (Maylon Pedroso, Samuel Mendes, Gabriel Peracio)
* Fix: Support IPv6 domain (Alex Gleason, Coen van der Kamp)
* Fix: Ensure link to add a new user works when no users are visible in the users list (LB (Ben Johnston))
* Fix: `AbstractEmailForm` saved submission fields are now aligned with the email content fields, `form.cleaned_data` will be used instead of `form.fields` (Haydn Greatnews)

Wyświetl plik

@ -471,6 +471,7 @@ Contributors
* Pascal Widdershoven
* Max Gabrielsson
* Steven Wood
* Gabriel Peracio
Translators
===========

Wyświetl plik

@ -79,6 +79,7 @@ Other features
* Improve error feedback when editing a page with a missing model class (Andy Babic)
* Change Wagtail tabs implementation to only allow slug-formatted tab identifiers, reducing false positives from security audits (Matt Westcott)
* Ensure errors during Postgres search indexing are left uncaught to assist troubleshooting (Karl Hobley)
* Add ability to edit images and embeds in rich text editor (Maylon Pedroso, Samuel Mendes, Gabriel Peracio)
Bug fixes