pull/11885/head
Matt Westcott 2024-04-22 12:39:15 +01:00
rodzic d3d43420aa
commit 0338642e62
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -78,6 +78,7 @@ Changelog
* Docs: Add additional reference to the `wagtail_update_image_renditions` management command on the using images page (LB (Ben) Johnston)
* Docs: Correct information about line endings in Window development docs (Sage Abdullah)
* Docs: Improve code snippets for "Create a footer for all pages" tutorial section (Drikus Roor)
* Docs: Update list of third-party tutorials (LB (Ben) Johnston)
* Maintenance: Move RichText HTML whitelist parser to use the faster, built in `html.parser` (Jake Howard)
* Maintenance: Remove duplicate 'path' in default_exclude_fields_in_copy (Ramchandra Shahi Thakuri)
* Maintenance: Update unit tests to always use the faster, built in `html.parser` & remove `html5lib` dependency (Jake Howard)

Wyświetl plik

@ -112,6 +112,7 @@ A new dialog is available from the help menu, providing an overview of keyboard
* Add additional reference to the [`wagtail_update_image_renditions`](wagtail_update_image_renditions) management command on the [using images](regenerate_image_renditions) page (LB (Ben) Johnston)
* Correct information about line endings in Window development docs (Sage Abdullah)
* Improve code snippets for ["Create a footer for all pages"](../tutorial/create_footer_for_all_pages) tutorial section (Drikus Roor)
* Update list of third-party tutorials (LB (Ben) Johnston)
### Maintenance