diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-03-02 15:26:45 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-03-02 15:26:45 -0500 |
commit | cb07ba98d3d89de3e85f09912eb8b99963c5adb2 (patch) | |
tree | 3f63bb41c9ea144e3f3458872e704ec2818c52fa | |
parent | 6a3b2e93844c5c851d6b4cd60c7f432f6f4afe37 (diff) | |
download | cmd2-git-cb07ba98d3d89de3e85f09912eb8b99963c5adb2.tar.gz |
Updated change log
-rw-r--r-- | CHANGELOG.md | 1 |
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 |