pull/11738/head
Matt Westcott 2024-03-07 14:54:35 +00:00
rodzic 92d1ff5d7a
commit 007d5b048d
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -31,6 +31,7 @@ Changelog
* Docs: Fix formatting of `--purge-only` in `wagtail_update_image_renditions` management command section (Pranith Beeram)
* Docs: Update template components documentation to better explain the usage of the Laces library (Tibor Leupold)
* Docs: Update Sphinx theme to `6.3.0` with a fix for the missing favicon (Sage Abdullah)
* Docs: Document risk of XSS attacks on document upload (Matt Westcott, with thanks to Georgios Roumeliotis of TwelveSec for the original report)
* 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

@ -806,6 +806,7 @@
* Pranith Beeram
* Maranda Provance
* Mark Niehues
* Georgios Roumeliotis
## Translators

Wyświetl plik

@ -48,6 +48,7 @@ depth: 1
* Fix formatting of `--purge-only` in [`wagtail_update_image_renditions`](wagtail_update_image_renditions) management command section (Pranith Beeram)
* Update [template components](creating_template_components) documentation to better explain the usage of the Laces library (Tibor Leupold)
* Update Sphinx theme to `6.3.0` with a fix for the missing favicon (Sage Abdullah)
* Document risk of XSS attacks on document upload (Matt Westcott, with thanks to Georgios Roumeliotis of TwelveSec for the original report)
### Maintenance