aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-27 17:44:59 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-07-08 21:27:11 +0000
commit54d23475aa3b712a539bad129fe37223173268f2 (patch)
tree8eb20132a8cd38b6cd56965de58a91437a08d991 /CHANGELOG.md
parent588066f415e956fdcd2c6f6216c52b25911a3b1d (diff)
downloadnitrokey-rs-54d23475aa3b712a539bad129fe37223173268f2.tar.gz
nitrokey-rs-54d23475aa3b712a539bad129fe37223173268f2.tar.bz2
Move the connect function into Manager
As part of the connection refactoring, we replace the connect function with the Manager::connect method. To maintain compatibility with nitrokey-test, the connect function is not removed but marked as deprecated.
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 e67fd81..a3a9afe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -44,6 +44,7 @@ SPDX-License-Identifier: MIT
- Refactor connection management:
- Add `ConcurrentAccessError` and `PoisonError` `Error` variants.
- Add the `Manager` struct that manages connections to Nitrokey devices.
+ - Deprecate the `connect` function.
# v0.3.4 (2019-01-20)
- Fix authentication methods that assumed that `char` is signed.