summaryrefslogtreecommitdiffstats
path: root/docs/changes.rst
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-03-05 16:21:44 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2016-03-05 16:21:44 +0100
commit95c4cf221d78b41d7879d4d62d1ab0aa3e840357 (patch)
treefc0bf55312f34df6a70ad7bbcadb35ebc4c0d3a2 /docs/changes.rst
parent96702ec1e3a26d94d6f7205b1fb865a6c454a485 (diff)
implement password roundtrip, fixes #695
Diffstat (limited to 'docs/changes.rst')
-rw-r--r--docs/changes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 0fd08477b..ead730ad3 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -65,6 +65,10 @@ Compatibility notes:
if you give a timestamp via cli this is stored into 'time', therefore it now
needs to mean archive creation start time.
+New features:
+
+- implement password roundtrip, #695
+
Bug fixes:
- remote end does not need cache nor keys directories, do not create them, #701