aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-23 03:46:09 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-01-23 04:02:24 +0000
commit5540ca5e76ffe5efe27d8819efb9e62066a10219 (patch)
treee2892e73f30a9f55f1d257b9e16f1ed7d99b9bed /CHANGELOG.md
parente31009064eaaef9153ad5da3911aa0a939a050c2 (diff)
downloadnitrokey-rs-5540ca5e76ffe5efe27d8819efb9e62066a10219.tar.gz
nitrokey-rs-5540ca5e76ffe5efe27d8819efb9e62066a10219.tar.bz2
Refactor and clean up all code
This includes: - using idiomatic Rust - limiting the scope of unsafe blocks - simplifying code
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5466620..365b864 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,8 @@
- Remove the `CommandError::Undefined` variant.
- Add a private `PhantomData` field to `Pro` and `Storage` to make direct
instantiation impossible.
-- Prefer using the `Into` trait over numeric casting.
+- Refactor and clean up internal code:
+ - Prefer using the `Into` trait over numeric casting.
# v0.3.4 (2019-01-20)
- Fix authentication methods that assumed that `char` is signed.