diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-10 11:18:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 11:18:07 -0500 |
commit | 48cdf7d984a738e577a0867716804216c474cc18 (patch) | |
tree | 523934b99a532f2f4d5195cc15444738413973ab /CHANGELOG.md | |
parent | c3f81604713796af27352a393eba114f9b581e0f (diff) | |
parent | 4eca7714b5a70af81acc4467275419fa1d5e29f0 (diff) | |
download | cmd2-git-48cdf7d984a738e577a0867716804216c474cc18.tar.gz |
Merge pull request #882 from python-cmd2/misc
do_set fix
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 |