Add changelog

This commit is contained in:
Alex Thomson 2023-01-27 23:34:20 +13:00 committed by Michael Eischer
parent 4cbbf5d952
commit 1b50faf03e
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Change: Fix JSON message type of `scan_finished` for the `backup` command
Restic incorrectly set the `message_type` of the `scan_finished` message to
`status` instead of `verbose_status`. This has now been corrected so that
the messages report the correct type.
https://github.com/restic/restic/pull/4176