aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-02-05 12:47:24 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-02-05 14:48:24 +0000
commit83641ca0518e4c766c63e40d0787e4f0b436652a (patch)
tree2993e03fa920a9045c7b2a32c742098601fcd5ba /CHANGELOG.md
parent606177a61de39ba5e96390d63cff536f895d8c39 (diff)
downloadnitrokey-rs-83641ca0518e4c766c63e40d0787e4f0b436652a.tar.gz
nitrokey-rs-83641ca0518e4c766c63e40d0787e4f0b436652a.tar.bz2
Revert "Refactor User and Admin to use a mutable reference"
This reverts commit 0972bbe82623c3d9649b6023d8f50d304aa0cde6.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9227510..e98e857 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,10 +38,6 @@ SPDX-License-Identifier: MIT
- Implement `DerefMut` for `User<T>` and `Admin<T>`.
- Add `device_mut` method to `DeviceWrapper`.
- Require a mutable `Device` reference if a method changes the device state.
-- Let `Admin` and `User` store a mutable reference to the `Device` instead of
- the `Device` value.
-- Let `PasswordStore` store a mutable reference to the `Device` instead of a
- non-mutable reference.
# v0.3.4 (2019-01-20)
- Fix authentication methods that assumed that `char` is signed.