aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-07 11:45:39 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-07 11:45:39 +0100
commit1532f92de1d63613602acb0b68486361571f3e50 (patch)
tree816248fbb3cb398f8b98294a14abee3300f14ae7 /CHANGELOG.md
parente0baabd1046087a9f545d9ef65539c23eb91e85f (diff)
parent97c772724dd1fe395e7154e0d71c3b2408436082 (diff)
downloadnitrokey-rs-1532f92de1d63613602acb0b68486361571f3e50.tar.gz
nitrokey-rs-1532f92de1d63613602acb0b68486361571f3e50.tar.bz2
Merge branch 'connect_path' into next
This patch series adds the list_devices function that returns a list of available Nitrokey devices and the Manager::connect_path function that connects to one of the available devices.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71d2377..abdcab7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,11 @@ SPDX-License-Identifier: CC0-1.0
- `NK_enable_firmware_update_pro`
- `NK_list_devices_by_cpuID`
- `NK_send_startup`
+- Implement connection by path:
+ - 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.