polish changelogs

This commit is contained in:
Michael Eischer
2024-10-22 19:47:44 +02:00
parent f72febb34f
commit 2ce485063f
5 changed files with 33 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
Bugfix: Missing error if `tag` fails to lock repository
Bugfix: Return error if `tag` fails to lock repository
Since restic 0.17.0, the `tag` command did not return an error if it failed to
open or lock the repository. This has been fixed.
Since restic 0.17.0, the `tag` command did not return an error when it failed
to open or lock the repository. This issue has been fixed.
https://github.com/restic/restic/issues/5050
https://github.com/restic/restic/pull/5056