aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-12-28 23:53:24 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-07 11:33:21 +0100
commitbcad061ed3e7777547c1b6fc9223dd65f752d94e (patch)
treec2e621cfc3e1970e693f5b53e5c876fe81e86351 /CHANGELOG.md
parent6b439950c3c856f1b0eb6df2c9e89387b1697608 (diff)
downloadnitrokey-rs-bcad061ed3e7777547c1b6fc9223dd65f752d94e.tar.gz
nitrokey-rs-bcad061ed3e7777547c1b6fc9223dd65f752d94e.tar.bz2
Add the DeviceInfo struct
In the next patch, we will add support for the NK_list_devices functions that returns a list of NK_device_info structs with information about the connected devices. This patch introduces the DeviceInfo struct that holds the information returned by NK_list_devices and that can be created from a NK_device_info struct.
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 73bf782..3798540 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ SPDX-License-Identifier: CC0-1.0
- `NK_send_startup`
- Implement connection by path:
- Add the `Error::UnsupportedDeviceError` variant.
+ - Add the `DeviceInfo` struct.
# v0.4.0 (2020-01-02)
- Remove the `test-pro` and `test-storage` features.