pull/11749/head^2
Matt Westcott 2024-04-16 16:37:47 +01:00
rodzic bfce1cea64
commit dd5e16b2e1
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,7 @@ Changelog
* Docs: Add clarity to how custom StreamField validation works (Tibor Leupold)
* 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)
* 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

@ -812,6 +812,7 @@
* Divdeploy
* Ihar Marhitych
* Sebastian Muthwill
* Drikus Roor
## Translators

Wyświetl plik

@ -76,6 +76,7 @@ depth: 1
* Add clarity to how custom [StreamField validation](streamfield_validation) works (Tibor Leupold)
* 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 section (Drikus Roor)
### Maintenance