diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-08-23 18:51:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 22:21:36 +0530 |
commit | 2c8999c1bff1c82b047e7111d47c539fc6207336 (patch) | |
tree | 5b71e73e9017faabee93e51d5ed290a02b085136 /CHANGELOG.md | |
parent | 06497f1db0782edb587cf83825f0400dffb0c2e1 (diff) |
Prevent racing double commits on password creation (#1047)
Co-authored-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 e5c561a1..dbf2adc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Password creation UI will scroll if it does not fit on the screen +- Saving a password after creating it fails to finish commit operation ## [1.11.1] - 2020-08-21 |