diff options
| -rw-r--r-- | CHANGELOG.md | 3 | 
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)  | 
