diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-20 15:03:36 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-20 15:03:36 -0500 |
commit | e23f9f63fee19bd43bf3fde36eb59392451ccad8 (patch) | |
tree | dd1c8ba87c002954d91a1fa8510ac10f5f6e0403 /CHANGELOG.md | |
parent | 2c7e9246e2748e9711e4b0e56c022b141f156c82 (diff) | |
download | cmd2-git-e23f9f63fee19bd43bf3fde36eb59392451ccad8.tar.gz |
Updating unit tests and docs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ee988f..73aa5b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ * Enhancements * Flushing stderr when setting the window title and printing alerts for better responsiveness in cases where stderr is not unbuffered. + * Added function to truncate a single line to fit within a given display width. `cmd2.utils.truncate_line` + supports characters with display widths greater than 1 and ANSI style sequences. + * Added line truncation support to `cmd2.utils` text alignment functions. ## 0.9.23 (January 9, 2020) * Bug Fixes |