diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ea52101489..13737068d3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -68,7 +68,7 @@ Changelog * 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) - * Docs: Fix PDF export (Nathanaël) + * Docs: Fix PDF export (Nathanaël Jourdane) * 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 f1da73dbbe..a2460e9eb6 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -826,7 +826,7 @@ * Jeroen de Vries * Romein van Buren * Chris Shenton -* Nathanaël +* Nathanaël Jourdane ## Translators diff --git a/docs/releases/6.2.md b/docs/releases/6.2.md index 659f3566e0..bc2d93d6d3 100644 --- a/docs/releases/6.2.md +++ b/docs/releases/6.2.md @@ -98,7 +98,7 @@ StreamField definitions within migrations are now represented in a more compact * 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) - * Fix PDF export (Nathanaël) + * Fix PDF export (Nathanaël Jourdane) ### Maintenance