Fix username-validator errors not showing in web registration form

This commit is contained in:
Griatch 2023-04-21 00:25:57 +02:00
parent fa552e3f57
commit 616daf723a
4 changed files with 14 additions and 30 deletions

View file

@ -2,7 +2,9 @@
## Main branch
- Feature: Better ANSI color fallbacks (InspectorCaracal)
- Fix: The username validator did not display errors correctly in web
registration form.
- Feature: Better ANSI color fallbacks (InspectorCaracal).
- Feature: Add support for saving `deque` with `maxlen` to Attributes (before
`maxlen` was ignored).
- Tools: More unit tests for scripts (Storsorken)