diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-11 12:39:38 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-11 12:39:38 -0500 |
commit | 023d5afadabfba19d77dcc7ec6c7f8a5c8bd1651 (patch) | |
tree | 5f37b4f4e8d5d4aa8be3f56624a4138e8b7bc582 /CHANGELOG.md | |
parent | 8d9f97bdcaacf8465e8fe61f64e5d22753cc415c (diff) | |
download | cmd2-git-023d5afadabfba19d77dcc7ec6c7f8a5c8bd1651.tar.gz |
Fixed bug where ANSI style sequences were not correctly handled in utils.truncate_line()
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0269d287..d4e3bc0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * 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. + * Fixed bug where ANSI style sequences were not correctly handled in `utils.truncate_line()`. * Enhancements * Renamed set command's `-l/--long` flag to `-v/--verbose` for consistency with help and history commands. |