Rename changelog

This commit is contained in:
Alexander Neumann
2023-04-24 21:02:21 +02:00
parent efe070c66d
commit a98ed25c7b
8 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Change: Return error if command-line arguments are specified
Command line arguments are ignored by rest-server, but there was previously
no indication of this when they were supplied anyway.
To prevent usage errors an error is now printed when command line arguments
are supplied, instead of them being silently ignored.
https://github.com/restic/rest-server/pull/207