diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-01-27 11:12:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 11:12:23 +0530 |
commit | 1f8db46ade8a7c25deb568b8a5988ee7b340b9c1 (patch) | |
tree | a698d0a5f384d61bb6a2acaded93ed3032a319d4 /CHANGELOG.md | |
parent | 94420210f99a846ff489482298a6d54145598945 (diff) |
Disallow overwriting passwords when editing (#1286)
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
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 2f0d1ca1..f060d143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file. - Connection attempts now use a reasonable 10 second timeout as opposed to the default of 30 seconds - A change to the remote host key for a server would prevent the user from being able to connect to it - Pressing the back button in the navigation bar and the one in the toolbar behaved differently +- Editing a password allowed accidentally overwriting an existing one ### Changed |