Create changelog/ release subdir for 0.9.2

This commit is contained in:
Alexander Neumann
2018-08-06 21:28:16 +02:00
parent ce7fb166b3
commit 16ca837763
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Add support for B2 application keys
Restic can now use so-called "application keys" which can be created in the B2
dashboard and were only introduced recently. In contrast to the "master key",
such keys can be restricted to a specific bucket and/or path.
https://github.com/restic/restic/issues/1906
https://github.com/restic/restic/pull/1914