doc: Polish changelogs

This commit is contained in:
Leo R. Lundgren
2023-04-24 13:15:03 +02:00
parent 94d5861c50
commit 834a3378e9
2 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
Change: Return error if command-line arguments are specified
The rest-server ignores command-line arguments. To prevent usage errors it not fails with an error instead of silently ignoring the arguments.
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

View File

@@ -1,7 +1,7 @@
Change: Update dependencies and require Go 1.17 or newer
Most dependencies have been updated. Since some libraries require newer language
features, support for Go 1.15-1.16 has been dropped, which means that rest-server now
requires at least Go 1.17 to build.
features, support for Go 1.15-1.16 has been dropped, which means that rest-server
now requires at least Go 1.17 to build.
https://github.com/restic/rest-server/pull/208