Add entry to changelog

This commit is contained in:
Alexander Neumann 2021-01-30 20:22:25 +01:00
parent 0858fbf6aa
commit a00e27adf6
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Enhancement: Add more error checks
We've added a lot more error checks in places where errors were ignored before
(as hinted by the static analysis programm `errcheck` via `golangci-lint`).
https://github.com/restic/restic/pull/3250