aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-20 15:05:59 +0100
committerRobin Krahl <robin.krahl@ireas.org>2019-01-20 15:05:59 +0100
commit5da2735cfb8ccfaea1ebdee850ddd9fbd0bfb003 (patch)
tree73bb5cc2277665c07bd82d93ef732f61ed467f95 /CHANGELOG.md
parentd974ea42b567ad752c53ec0b2b97246d17380632 (diff)
parentb6a941cd9ed30a4f93299132ae7e155922c73701 (diff)
downloadnitrokey-rs-5da2735cfb8ccfaea1ebdee850ddd9fbd0bfb003.tar.gz
nitrokey-rs-5da2735cfb8ccfaea1ebdee850ddd9fbd0bfb003.tar.bz2
Merge branch 'hotfix-0.3.4' into next
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d8a698..6c5ebf3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
- Implement `Display` for `Version`.
- Introduce `DEFAULT_ADMIN_PIN` and `DEFAULT_USER_PIN` constants.
+# v0.3.4 (2019-01-20)
+- Fix authentication methods that assumed that `char` is signed.
+
# v0.3.3 (2019-01-16)
- Add the `get_production_info` and `clear_new_sd_card_warning` methods to the
`Storage` struct.