diff --git a/CHANGELOG.txt b/CHANGELOG.txt index da895d0575..3609b6dff4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6123164d50..1e3d73fd8c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -812,6 +812,7 @@ * Divdeploy * Ihar Marhitych * Sebastian Muthwill +* Drikus Roor ## Translators diff --git a/docs/releases/6.1.md b/docs/releases/6.1.md index b1090162f4..4145ced55f 100644 --- a/docs/releases/6.1.md +++ b/docs/releases/6.1.md @@ -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