aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-12-29 12:51:28 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-07 11:33:27 +0100
commitc74b8b3ea8dc4fe7c6891ae120540f8da5623227 (patch)
tree7c66308f30a2a6137339289a55e7ce52f73ae100 /CHANGELOG.md
parentbcad061ed3e7777547c1b6fc9223dd65f752d94e (diff)
downloadnitrokey-rs-c74b8b3ea8dc4fe7c6891ae120540f8da5623227.tar.gz
nitrokey-rs-c74b8b3ea8dc4fe7c6891ae120540f8da5623227.tar.bz2
Add list_devices function
This patch adds support for libnitrokey’s NK_list_devices function by introducing the top-level list_devices function. It returns a vector of DeviceInfo structs with information about all connected Nitrokey devices.
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 3798540..15c76b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ SPDX-License-Identifier: CC0-1.0
- Implement connection by path:
- Add the `Error::UnsupportedDeviceError` variant.
- Add the `DeviceInfo` struct.
+ - Add the `list_devices` function.
# v0.4.0 (2020-01-02)
- Remove the `test-pro` and `test-storage` features.