diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-01-20 15:04:29 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-20 15:04:29 +0100 |
commit | 41cdc1f7091a3c442241dbb2379c50dbcc7e9c5f (patch) | |
tree | 8828701510e41b5062718756a5be0d5b8a7303fb /CHANGELOG.md | |
parent | 7cf747d56ddc0b7eeedc3caf36dcc909907a171c (diff) | |
parent | b6a941cd9ed30a4f93299132ae7e155922c73701 (diff) | |
download | nitrokey-rs-41cdc1f7091a3c442241dbb2379c50dbcc7e9c5f.tar.gz nitrokey-rs-41cdc1f7091a3c442241dbb2379c50dbcc7e9c5f.tar.bz2 |
Merge branch 'hotfix-0.3.4'v0.3.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3845aaf..edc33f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 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. |