aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-12-29 13:15:04 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-07 11:33:34 +0100
commit97c772724dd1fe395e7154e0d71c3b2408436082 (patch)
tree816248fbb3cb398f8b98294a14abee3300f14ae7 /CHANGELOG.md
parentc74b8b3ea8dc4fe7c6891ae120540f8da5623227 (diff)
downloadnitrokey-rs-97c772724dd1fe395e7154e0d71c3b2408436082.tar.gz
nitrokey-rs-97c772724dd1fe395e7154e0d71c3b2408436082.tar.bz2
Add the connect_path function to the Manager struct
This patch adds the connect_path function to the Manager struct that uses NK_connect_with_path to connect to a Nitrokey device at a given USB path.
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 15c76b3..abdcab7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ SPDX-License-Identifier: CC0-1.0
- Add the `Error::UnsupportedDeviceError` variant.
- Add the `DeviceInfo` struct.
- Add the `list_devices` function.
+ - Add the `connect_path` function to the `Manager` struct.
# v0.4.0 (2020-01-02)
- Remove the `test-pro` and `test-storage` features.