Prepare changelog for 0.12.1

This commit is contained in:
Alexander Neumann
2021-08-03 11:45:19 +02:00
parent b862732318
commit b19cd8c50f
22 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Enhancement: Allow specifying limit of `snapshots` list
The `--last` option allowed limiting the output of the `snapshots`
command to the latest snapshot for each host. The new `--latest n`
option allows limiting the output to the latest `n` snapshots.
This change deprecates the option `--last` in favour of `--latest 1`.
https://github.com/restic/restic/pull/3167