From 4eca7714b5a70af81acc4467275419fa1d5e29f0 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Mon, 10 Feb 2020 11:01:17 -0500 Subject: Corrected issue where the actual new value was not always being printed in do_set. Fixed do_set unit test. Made allow_ansi setter error message consistent with str_to_bool. Updated a docstring --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 3879cdde..2e7f7314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.10.1 (TBD) +* Bug Fixes + * Corrected issue where the actual new value was not always being printed in do_set. This occurred in cases where + the typed value differed from what the setter had converted it to. + ## 0.10.0 (February 7, 2020) * Enhancements * Changed the default help text to make `help -v` more discoverable -- cgit v1.2.1