1
0
mirror of https://github.com/restic/restic.git synced 2024-06-23 07:36:38 +02:00

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

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