summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2023-01-02 18:16:46 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2023-01-02 18:16:46 -0300
commitaa89af1a5a61cc03e1bdac7913a507b1177832aa (patch)
treee0398311e72a08fc2a92ca187674c2fa03115bb4
parent1f283a07fb070a5919474116399a07a4808e00b6 (diff)
downloadhighline-aa89af1a5a61cc03e1bdac7913a507b1177832aa.tar.gz
Update Changelog.md
-rw-r--r--Changelog.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 9a86f8a..cafba85 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,7 +3,11 @@
Below is a complete listing of changes for each revision of HighLine.
### Unreleased 2.2.0.develop.1
-* I #233 Show Question#default hint for non String values (@abinoam)
+* PR #258 / I #246 - Add validation class support
+ * Make it dry-types compatible through the use of `#valid?`
+ * Solve the multiple answers in one line problem with a combination of
+ custom coercion (parser) and custom validation
+* PR #257 / I #233 - Show Question#default hint for non String values (@abinoam)
* Add Question#default_hint_show to allow disabling it.
### 2.1.0 / 2022-12-31