summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-06-01 00:52:42 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-06-01 00:52:42 -0400
commit69b24b8de4a02ad15d286a1904113cc1081695b1 (patch)
treedc03b8f094d5cf40360a37108c933b79a2ff4e32 /CHANGELOG.md
parenteb41d46c1f6c6281e57e8b864fa4500d3509ed55 (diff)
downloadcmd2-git-69b24b8de4a02ad15d286a1904113cc1081695b1.tar.gz
Updated change log
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 31daa079..44331511 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
## 1.1.0 (TBD, 2020)
* Bug Fixes
* Fixed issue where subcommand usage text could contain a subcommand alias instead of the actual name
+ * Fixed bug in `ArgparseCompleter` where `fill_width` could become negative if `token_width` was large
+ relative to the terminal width.
* Enhancements
* Made `ipy` consistent with `py` in the following ways
* `ipy` returns whether any of the commands run in it returned True to stop command loop