diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 647a25a99b..8cb2260886 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -56,6 +56,8 @@ Changelog * Docs: Fix incorrect tag library import on focal points example (Hatim Makki Hoho) * Docs: Add reminder about including your custom Draftail feature in any overridden `WAGTAILADMIN_RICH_TEXT_EDITORS` setting (Charlie Sue) * Docs: Mention the need to install `python3-venv` on Ubuntu (Brian Mugo) + * Docs: Document the use of the Google developer documentation style guide in documentation (Damilola Oladele) + * Docs: Fix Inconsistent URL Format in Getting Started tutorial (Olumide Micheal) * Maintenance: Fix snippet search test to work on non-fallback database backends (Matt Westcott) * Maintenance: Update Eslint, Prettier, Jest, a11y-dialog, axe-core and js-cookie npm packages (LB (Ben) Johnston) * Maintenance: Add npm scripts for TypeScript checks and formatting SCSS files (LB (Ben) Johnston) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fe547d946a..76f7cecf01 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -741,6 +741,8 @@ * Sandro Rodrigues * Brian Mugo * Panagiotis H.M. Issaris +* Damilola Oladele +* Olumide Micheal ## Translators diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md index f1a2c7484d..d25c0b23a0 100644 --- a/docs/releases/5.2.md +++ b/docs/releases/5.2.md @@ -74,6 +74,8 @@ depth: 1 * Fix incorrect tag library import on focal points example (Hatim Makki Hoho) * Add reminder about including your custom Draftail feature in any overridden `WAGTAILADMIN_RICH_TEXT_EDITORS` setting (Charlie Sue) * Mention the need to install `python3-venv` on Ubuntu (Brian Mugo) + * Document the use of the Google developer documentation style guide in documentation (Damilola Oladele) + * Fix Inconsistent URL Format in Getting Started tutorial (Olumide Micheal) ### Maintenance