diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-08-05 17:34:36 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-08-05 17:34:36 -0400 |
commit | 0ffe33dc19128ae138c495d6896b538105dcf5b9 (patch) | |
tree | a792e8fa8536ee380b3c9bc6b5ee738d5dc4119b | |
parent | 978dcbc027a21d2ad152ac2c4b9f761f8e769fbb (diff) | |
download | cmd2-git-0ffe33dc19128ae138c495d6896b538105dcf5b9.tar.gz |
Updated change log
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c3008a..50d72395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ * Enhancements * Raise `TypeError` if trying to set choices/completions on argparse action that accepts no arguments * Create directory for the persistent history file if it does not already exist + * Added `set_choices_function()`, `set_choices_method()`, `set_completer_function()`, and `set_completer_method()` + to support cases where this functionality needs to be added to an argparse action outside of the normal + `parser.add_argument()` call. ## 0.9.15 (July 24, 2019) * Bug Fixes |