doc: Polish changelogs

This commit is contained in:
Leo R. Lundgren
2023-04-23 22:27:27 +02:00
parent 253bebb096
commit 94d5861c50
4 changed files with 15 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
Bugfix: Allow usernames containing underscore
Bugfix: Allow usernames containing underscore and more
The security fix in rest-server 0.11.0 (#131) disallowed usernames containing
and underscore "_". We have changed the list of allowed characters to now include
unicode characters, numbers, "_", "-", "." and "@".
and underscore "_". The list of allowed characters has now been changed to
include Unicode characters, numbers, "_", "-", "." and "@".
https://github.com/restic/restic/issues/183
https://github.com/restic/restic/pull/184