summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-01-28 16:13:28 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-01-28 16:13:28 -0500
commitda203d25dff1f05511af43b4f73fd537678d6e03 (patch)
tree39706ba9c3178594b46f3eaf611f2de3e6e5a81a /CHANGELOG.md
parent44eb9d4e1946a3cc9a10fe85ccb617b6076f627c (diff)
downloadcmd2-git-da203d25dff1f05511af43b4f73fd537678d6e03.tar.gz
Fixed width calculation when table column headers had tabs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19be0280..be38ceb9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
* Bug Fixes
* Fixed bug where setting `always_show_hint=True` did not show a hint when completing `Settables`
* Fixed bug in editor detection logic on Linux systems that do not have `which`
+ * Fixed bug in table creator where column headers with tabs would result in an incorrect width calculation
* Enhancements
* Added `silent_startup_script` option to `cmd2.Cmd.__init__()`. If `True`, then the startup script's
output will be suppressed. Anything written to stderr will still display.