summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-17 14:13:28 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-17 14:13:28 -0500
commitd80b27f8e259ffe3b14cef88e8ed9cde350ba397 (patch)
treee728a25def93009c8872a6e04186e34e119a37ba /CHANGELOG.md
parent878601bc07e5298d50fbf1bd6a8fc2062fef5ed4 (diff)
downloadcmd2-git-d80b27f8e259ffe3b14cef88e8ed9cde350ba397.tar.gz
Made CompletionError exception available to non-argparse tab completion
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 dcd2ef42..dca2d32d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
* `__name__`: __main__
* `__file__`: script path (as typed, ~ will be expanded)
* Only tab complete after redirection tokens if redirection is allowed
+ * Made `CompletionError` exception available to non-argparse tab completion
* Other
* Removed undocumented `py run` command since it was replaced by `run_pyscript` a while ago
* Renamed `AutoCompleter` to `ArgparseCompleter` for clarity