summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-28 22:55:11 -0500
committerGitHub <noreply@github.com>2021-01-28 22:55:11 -0500
commit2055dfc9a601d6f2b78e44690aeff475c79369d3 (patch)
treeb715094fcca02b75cd98780eac2b23e18ad3f2ec /CHANGELOG.md
parentb329218f3c96398840776b48403323214d7b489b (diff)
parentf8b2407b6079853fdfdd5878480c6883e2c18ded (diff)
downloadcmd2-git-2055dfc9a601d6f2b78e44690aeff475c79369d3.tar.gz
Merge pull request #1049 from python-cmd2/header_tabs
Fixed width calculation when table column headers had tabs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19be0280..9bb30141 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
* 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
+ * Fixed `FileNotFoundError` which occurred when running `history --clear` and no history file existed.
* 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.