aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-03 02:45:43 +0100
committerRobin Krahl <robin.krahl@ireas.org>2019-01-03 02:45:43 +0100
commit8ffdc893510b8d0026821547f1f0390e8539e03e (patch)
tree40242c752d6967120b787361f48ee90a7e734f46
parent3a885bf34416f0b337398b94f6babceb4de1b661 (diff)
downloadnitrokey-rs-8ffdc893510b8d0026821547f1f0390e8539e03e.tar.gz
nitrokey-rs-8ffdc893510b8d0026821547f1f0390e8539e03e.tar.bz2
Update changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7878d74..018ff4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
# Unreleased
- Add a `force` argument to `ConfigureOtp::set_time`.
- Remove the obsolete `CommandError::RngError`.
+- Add `CommandError::Undefined` to represent errors without further
+ information (e. g. a method returned `NULL` unexpectedly).
+- Add error code to `CommandError::Unknown`.
# v0.2.3 (2018-12-31)