aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-07-16 09:14:36 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-07-16 11:15:35 +0200
commit678f0b700666a4ba86db2180078d79a730dc82e0 (patch)
tree47473abd762e34ffab66a01c614e0a0a488db789 /CHANGELOG.md
parent6c138eaa850c745b97b7e48a201db0cbaad8e1e0 (diff)
downloadnitrokey-rs-678f0b700666a4ba86db2180078d79a730dc82e0.tar.gz
nitrokey-rs-678f0b700666a4ba86db2180078d79a730dc82e0.tar.bz2
Refactor the device module into submodules
This patch splits the rather large device module into the submodules pro, storage and wrapper. This only changes the internal code structure and does not affect the public API.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41e46a6..a5d049c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,6 +51,7 @@ SPDX-License-Identifier: MIT
- Add the `into_manager` function to the `Device` trait.
- Add the `force_take` function that ignores a `PoisonError` when accessing
the manager instance.
+- Internally refactor the `device` module into submodules.
# v0.3.4 (2019-01-20)
- Fix authentication methods that assumed that `char` is signed.