diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0011b9ebb2..18994d9793 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -33,6 +33,7 @@ Changelog ~~~~~~~~~~~~~~~~~~ * Fix: Fix various instances of `USE_THOUSAND_SEPARATOR` formatting numbers where formatting is invalid (Sébastien Corbin, Matt Westcott) + * Docs: Clarify process for UserViewSet customisation (Sage Abdullah) 6.2.1 (20.08.2024) diff --git a/docs/releases/6.2.2.md b/docs/releases/6.2.2.md index e47b0414ca..b18abb3902 100644 --- a/docs/releases/6.2.2.md +++ b/docs/releases/6.2.2.md @@ -15,3 +15,8 @@ depth: 1 ### Bug fixes * Fix various instances of `USE_THOUSAND_SEPARATOR` formatting numbers where formatting is invalid (Sébastien Corbin, Matt Westcott) + + +### Documentation + + * Clarify process for UserViewSet customisation (Sage Abdullah)