diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-01-07 11:45:39 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2020-01-07 11:45:39 +0100 |
commit | 1532f92de1d63613602acb0b68486361571f3e50 (patch) | |
tree | 816248fbb3cb398f8b98294a14abee3300f14ae7 /CHANGELOG.md | |
parent | e0baabd1046087a9f545d9ef65539c23eb91e85f (diff) | |
parent | 97c772724dd1fe395e7154e0d71c3b2408436082 (diff) | |
download | nitrokey-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.md | 5 |
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. |