diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-08-12 13:04:47 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-12 09:34:47 +0200 |
commit | 372c0f3dbd395e93c89ac0730a06344e3c9d6376 (patch) | |
tree | b9c5e8b8710f46892562949aaf9966d7d659656d /CHANGELOG.md | |
parent | 52e2139f6afc14a2b442e89b4bcb2095870c6a0f (diff) |
Improve clone operation semantics (#1010)
* Improve clone operation semantics
Fixes #1003
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Update changelog
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c94c31..42c99227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file. - Allow creating nested directories directly - I keep saying this but for real: error message for wrong SSH/HTTPS password is properly fixed now - Fix crash when OpenKeychain is not installed +- Clone operation won't leave user on an empty password list upon failure ## [1.10.3] - 2020-07-30 |