Update wording on changelog entry

This commit is contained in:
Tobias Speicher
2023-11-01 22:12:19 +01:00
parent 6ca07ee004
commit 6f1efcb28b

View File

@@ -1,6 +1,7 @@
Enhancement: add --json option to version command. Enhancement: Add support for `--json` option to `version` command
Restic now supports outputting restic version and used go version and platform Restic now supports outputting restic version and used go version and platform
target via json when using the version command target via json when using the version command.
https://github.com/restic/restic/issues/4547 https://github.com/restic/restic/issues/4547
https://github.com/restic/restic/pull/4553