mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
doc: Polish changelogs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user