diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a4f61e92e8..93eaa7d909 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -55,6 +55,7 @@ Changelog * Docs: Update deployment instructions for Fly.io (Jeroen de Vries) * Docs: Add better docs for generating URLs on creating admin views (Shlomo Markowitz) * Docs: Document the `vary_fields` property for custom image filters (Daniel Kirkham) + * Docs: Fix documentation build errors (Himanshu Garg, Chris Shenton) * Maintenance: Use `DjangoJSONEncoder` instead of custom `LazyStringEncoder` to serialize Draftail config (Sage Abdullah) * Maintenance: Refactor image chooser pagination to check `WAGTAILIMAGES_CHOOSER_PAGE_SIZE` at runtime (Matt Westcott) * Maintenance: Exclude the `client/scss` directory in Tailwind content config to speed up CSS compilation (Sage Abdullah) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index d635249e5e..1544aca8b9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -825,6 +825,7 @@ * Inju Michorius * Jeroen de Vries * Romein van Buren +* Chris Shenton ## Translators diff --git a/docs/releases/6.2.md b/docs/releases/6.2.md index ca9a72190f..27debdb927 100644 --- a/docs/releases/6.2.md +++ b/docs/releases/6.2.md @@ -81,6 +81,7 @@ This feature was developed by Albina Starykova and sponsored by The Motley Fool. * Update deployment instructions for Fly.io (Jeroen de Vries) * Add better docs for generating URLs on [creating admin views](../extending/admin_views.md) (Shlomo Markowitz) * Document the `vary_fields` property for [custom image filters](custom_image_filters) (Daniel Kirkham) + * Fix documentation build errors (Himanshu Garg, Chris Shenton) ### Maintenance