diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-26 20:11:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 20:11:53 +0530 |
commit | 2b1f101685472452ecb30d8a84bcc6b88167bd1c (patch) | |
tree | 1f722556a4498d16e1b0179974549241c79e329d /CHANGELOG.md | |
parent | 9f8f9d588c00139e42470b491464457623c8b717 (diff) |
Correctly set error on incorrect credentials (#972)
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 ddd1521b..f17e7a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. - Properly handle cases where files contain only TOTP secrets and no password - Allow creating nested directories directly +- I keep saying this but for real: error message for wrong SSH/HTTPS password is properly fixed now ## [1.10.1] - 2020-07-23 |