aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-08 17:16:49 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-01-08 20:55:54 +0100
commit474d92046f17a98f8979e55edaf75ca867d85b86 (patch)
treef62af448dcdd0547a88954fb514fbb1eba735f43 /CHANGELOG.md
parent72200eb89e91019777f84c881caf5d3cc9649fbd (diff)
downloaddialog-rs-474d92046f17a98f8979e55edaf75ca867d85b86.tar.gz
dialog-rs-474d92046f17a98f8979e55edaf75ca867d85b86.tar.bz2
Add the Password dialog box
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 11dc234..8759e6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# Unreleased
+- Add the `Password` dialog box.
+
# v0.1.0 (2019-01-08)
- Initial release with the `Input`, `Message` and `Question` dialog boxes and
the `Dialog` backend.