aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2018-12-11 23:51:29 +0100
committerDaniel Mueller <deso@posteo.net>2018-12-17 07:52:13 -0800
commit6737f748b8edb5266c5397591b92da4c88f95dff (patch)
treec732624e9103d243ad15a35b2625351f87501187 /nitrocli/CHANGELOG.md
parent4d314264a897c474c12e626a2be36b75dc57f5c9 (diff)
downloadnitrocli-6737f748b8edb5266c5397591b92da4c88f95dff.tar.gz
nitrocli-6737f748b8edb5266c5397591b92da4c88f95dff.tar.bz2
Port the status command to libnitrokey
This patch removes the raw hidapi implementation of the status command and all utility methods that are no longer needed. With this patch, all device communication is performed using libnitrokey.
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index 7ff193a..c8985f3 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -1,7 +1,7 @@
Unreleased
----------
-- Use the `nitrokey` crate for the `open` and `close` commands instead
- of directly communicating with the Nitrokey device
+- Use the `nitrokey` crate for the `open`, `close`, and `status`
+ commands instead of directly communicating with the Nitrokey device
- Added `nitrokey` version `0.2.1` as a direct dependency and
`nitrokey-sys` version `3.4.1` as well as `rand` version `0.4.3` as
indirect dependencies