# Wagtail 6.2.2 release notes

*September 24, 2024*

> * [What’s new](#what-s-new)

## What’s new

### Bug fixes

* Fix various instances of `USE_THOUSAND_SEPARATOR` formatting numbers where formatting is invalid (Sébastien Corbin, Matt Westcott)
* Fix broken link to user search (Shlomo Markowitz)
* Make sure content metrics falls back to body element only when intended (Sage Abdullah)
* Remove wrongly-added filters from redirects index (Matt Westcott)
* Prevent popular tags filter from generating overly complex queries when not filtering (Matt Westcott)

### Documentation

* Clarify process for [UserViewSet customization](../advanced_topics/customization/custom_user_models.md#custom-userviewset) (Sage Abdullah)
