Prepare changelog for 0.17.0

This commit is contained in:
Alexander Neumann
2024-07-26 11:28:55 +02:00
parent aa69b15f3e
commit ad09d21aaf
52 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Add `restore` options to read include/exclude patterns from files
Restic now supports reading include and exclude patterns from files using the
`--include-file`, `--exclude-file`, `--iinclude-file` and `--iexclude-file`
options of the `restore` command.
https://github.com/restic/restic/issues/4781
https://github.com/restic/restic/pull/4811