From 4320a1899959f710ad256291046dbd8f5bea8f7c Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Sat, 21 Jul 2018 14:50:04 -0700 Subject: [PATCH] [41] Update CHANGELOG --- etc/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/CHANGELOG.md b/etc/CHANGELOG.md index 952c9b9..a0af22b 100644 --- a/etc/CHANGELOG.md +++ b/etc/CHANGELOG.md @@ -4,10 +4,11 @@ * Add `parseConfigSpecTH` functionality, now we can parse the `ConfigSpec` record at compilation time (closes #47) * Remove bug on CLI option parser, now it will coerce numbers and - booelans to string with specifying numbers and booleans over CLI + booleans to string when specifying numbers and booleans over CLI and the field type is a string (closes #48) * Improve Error Types to be more granular and descriptive * Re-organize `Spec` parser functions in its own module +* Add `switch` input for CLI spec (closes #41) 0.4.0.3