aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-12 18:56:06 +0100
committerRobin Krahl <robin.krahl@ireas.org>2019-01-12 18:56:06 +0100
commit59b68949dd138a6ed5541e3adb2cdb0784d005fd (patch)
treed8563a6f166a68d0299932418fb99816e80e6152
parent78f926456a07047c34dc20b97fe04e55ba443528 (diff)
downloadnitrokey-rs-59b68949dd138a6ed5541e3adb2cdb0784d005fd.tar.gz
nitrokey-rs-59b68949dd138a6ed5541e3adb2cdb0784d005fd.tar.bz2
Add export_firmware to the change log
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5f7b45..fc142d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
- Add the `wink` method to the `Storage` struct.
- Add the `set_unencrypted_volume_mode` to set the access mode of the
unencrypted volume.
+- Add the `export_firmware` method to the `Storage` struct.
# v0.3.1 (2019-01-07)
- Use `nitrokey-test` to select and execute the unit tests.