From 023d5afadabfba19d77dcc7ec6c7f8a5c8bd1651 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Tue, 11 Feb 2020 12:39:38 -0500 Subject: Fixed bug where ANSI style sequences were not correctly handled in utils.truncate_line() --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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. -- cgit v1.2.1