aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-14 12:00:15 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-14 12:06:23 +0100
commit73c8aebac338d3454d7e345ffd687324317077ec (patch)
tree0dd468f41257d3c6c9287230792ff443657aed54 /CHANGELOG.md
parent6142752da1563c1ab873dc7069aeec72522cca99 (diff)
downloadnitrokey-rs-73c8aebac338d3454d7e345ffd687324317077ec.tar.gz
nitrokey-rs-73c8aebac338d3454d7e345ffd687324317077ec.tar.bz2
Add the get_sd_card_usage function to the Storage struct
This patch adds support for the NK_get_SD_usage_data function. It returns a range of the SD card that has not been accessed during this power cycle.
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 b477c3b..cebe8cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ SPDX-License-Identifier: CC0-1.0
- Add the `connect_path` function to the `Manager` struct.
- Add the `get_status` function to the `Device` trait.
- Rename `Status::get_status` to `get_storage_status`.
+- Add the `get_sd_card_usage` function to the `Storage` struct.
# v0.4.0 (2020-01-02)
- Remove the `test-pro` and `test-storage` features.