Prepare changelog for 0.15.1

This commit is contained in:
Alexander Neumann
2023-01-30 20:43:15 +01:00
parent b2b7727b31
commit 91acef90b2
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Bugfix: Add missing ETA in `backup` progress bar
A regression in restic 0.15.0 caused the ETA to be missing from the progress
bar displayed by the `backup` command. This has now been fixed.
https://github.com/restic/restic/pull/4167