aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-16 23:52:18 +0100
committerRobin Krahl <robin.krahl@ireas.org>2019-01-16 23:52:18 +0100
commitac45a4bd969e1f984e704852cf7f191aa24dfcae (patch)
tree2ab98244884264beee283efd2cd28585b4d27755 /CHANGELOG.md
parent7cf747d56ddc0b7eeedc3caf36dcc909907a171c (diff)
downloadnitrokey-rs-ac45a4bd969e1f984e704852cf7f191aa24dfcae.tar.gz
nitrokey-rs-ac45a4bd969e1f984e704852cf7f191aa24dfcae.tar.bz2
Remove the test-pro and test-storage features
Since commit 65bff57e6139cc126191d4faabbcf74118932dd2, we use the nitrokey-test crate to select test cases. Previously, we used the features test-pro and test-storage to select test suites. These features are now obsolete.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3845aaf..901f4e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# Unreleased
+- Remove the `test-pro` and `test-storage` features.
+
# v0.3.3 (2019-01-16)
- Add the `get_production_info` and `clear_new_sd_card_warning` methods to the
`Storage` struct.