aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-14 16:15:40 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-14 16:53:52 +0100
commit2e543445c3059fa9decdbef718caf84696bb8786 (patch)
tree1e4af2a6a12e587d3c84756eeb592504ecc4c4f1 /CHANGELOG.md
parentf266ea63039c87886f871b068ef3dcdf851a1eca (diff)
downloadnitrokey-rs-2e543445c3059fa9decdbef718caf84696bb8786.tar.gz
nitrokey-rs-2e543445c3059fa9decdbef718caf84696bb8786.tar.bz2
Add the fill_sd_card function to Storage
This patch adds support for libnitrokey’s NK_fill_SD_card_with_random_data function. It is executed by the fill_sd_card function of the Storage struct. We also add a new test case that is set to ignore because it takes between 30 and 60 minutes to run.
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 419a942..06836d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ SPDX-License-Identifier: CC0-1.0
- Add the `get_sd_card_usage` function to the `Storage` struct.
- Add the `OperationStatus` enum and the `get_operation_status` function for
the `Storage` struct.
+- Add the `fill_sd_card` function to the `Storage` struct.
# v0.4.0 (2020-01-02)
- Remove the `test-pro` and `test-storage` features.