aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-28 21:23:08 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-28 21:23:13 +0100
commit395ace0131ef6cd655a222734f2cc8d037395a3b (patch)
tree5ad0947a2d183f5f0b16be4aca885397b2613718 /CHANGELOG.md
parent24eebcdaaa32d55bf49d069d8320be5dbd6fdab9 (diff)
parentebe75339a3fb29c51ea22a0bb25fd113b15759f1 (diff)
downloadnitrokey-rs-395ace0131ef6cd655a222734f2cc8d037395a3b.tar.gz
nitrokey-rs-395ace0131ef6cd655a222734f2cc8d037395a3b.tar.bz2
Merge branch 'hotfix-0.5.2' into next
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c0f6b4..f5bb7cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,10 @@ SPDX-License-Identifier: CC0-1.0
- Change the type of the field `DeviceInfo.serial_number` from
`Option<String>` to `Option<u32>`.
+# v0.5.2 (2020-01-28)
+- Use `CString` to store the temporary password instead of `Vec<u8>`.
+- Regenerate temporary passwords if they would contain a null byte.
+
# v0.5.1 (2020-01-15)
- Fix serial number formatting for Nitrokey Pro devices with firmware 0.8 or
older in the `list_devices` function.