tweak changelog entries

This commit is contained in:
Michael Eischer
2023-07-29 12:50:01 +02:00
parent be03c1a457
commit e998314088
17 changed files with 46 additions and 38 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
Enhancement: Add jq to container image
Enhancement: Add `jq` binary to container image
The Docker container image now contains jq which can be useful when restic outputs json data.
The Docker container image now contains `jq`, which can be useful to process
JSON data output by restic.
https://github.com/restic/restic/pull/4220