summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24063db3..02dc78e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
* Fixed a bug when running a cmd2 application on Linux without Gtk libraries installed
* Enhancements
* No longer treating empty text scripts as an error condition
+ * Choices/Completer functions can now be passed an `argparse.Namespace` that maps command-line tokens to their
+ argparse argument. This is helpful when one argument determines what is tab completed for another argument.
+ If these functions have an argument called `arg_tokens`, then AutoCompleter will automatically pass this
+ Namespace to them.
## 0.9.16 (August 7, 2019)
* Bug Fixes