aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-10 23:46:36 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-01-11 00:49:35 +0100
commit5db93c5962fb2fc65c26f2cc9f6875414c43b697 (patch)
treee28102978346df72fb16a90572331c03f3ce99eb /CHANGELOG.md
parent3e7464c0f8cbadb8c6335c53579ec9570962dc3f (diff)
downloaddialog-rs-5db93c5962fb2fc65c26f2cc9f6875414c43b697.tar.gz
dialog-rs-5db93c5962fb2fc65c26f2cc9f6875414c43b697.tar.bz2
Implement Display for the Error enum
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 c4e1d97..833930d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
# Unreleased
- Add the `Password` dialog box.
- Add the `Zenity` backend.
+- Implement `std::fmt::Display` for the `Error` enum.
# v0.1.0 (2019-01-08)
- Initial release with the `Input`, `Message` and `Question` dialog boxes and