summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-03-02 15:26:45 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-03-02 15:26:45 -0500
commitcb07ba98d3d89de3e85f09912eb8b99963c5adb2 (patch)
tree3f63bb41c9ea144e3f3458872e704ec2818c52fa
parent6a3b2e93844c5c851d6b4cd60c7f432f6f4afe37 (diff)
downloadcmd2-git-cb07ba98d3d89de3e85f09912eb8b99963c5adb2.tar.gz
Updated change log
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ff9a2d5..95c3f71a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@
for an example.
* Added `cmd2.exceptions.PassThroughException` to raise unhandled command exceptions instead of printing them.
* Added support for ANSI styles and newlines in tab completion results using `cmd2.Cmd.formatted_completions`.
+ `cmd2` provides this capability automatically if you return argparse completion matches as `CompletionItems`.
## 1.5.0 (January 31, 2021)
* Bug Fixes