diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-22 21:53:25 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-22 21:53:25 -0500 |
commit | 30e9ca53f2ebf7f4cd93724779ab503ca40c50fd (patch) | |
tree | 374dc1cde6986c08d675325c9823141f29cdd5f9 /CHANGELOG.md | |
parent | 01449e699eadd3708dd54fcdafd923119c9de803 (diff) | |
download | cmd2-git-30e9ca53f2ebf7f4cd93724779ab503ca40c50fd.tar.gz |
Update CHANGELOG and setup.py
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 73aa5b23..28924bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * 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. + * Added support for Python 3.9 alpha ## 0.9.23 (January 9, 2020) * Bug Fixes |