From eb311a801f95efa745934f52d351e090ea1aff2c Mon Sep 17 00:00:00 2001 From: Aron Wussler Date: Fri, 30 Jul 2021 14:54:38 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a79ed..51ce94a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security - All keys are now checked on parsing from the underlying library +### Fixed +- Dummy keys now show the correct locked/unlocked status + ### Deprecated - `(key *Key) Check() (bool, error)` is now deprecated, all keys are now checked upon import from x/crypto