Skip to content

Commit 0ffe33d

Browse files
committed
Updated change log
1 parent 978dcbc commit 0ffe33d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* Enhancements
66
* Raise `TypeError` if trying to set choices/completions on argparse action that accepts no arguments
77
* Create directory for the persistent history file if it does not already exist
8+
* Added `set_choices_function()`, `set_choices_method()`, `set_completer_function()`, and `set_completer_method()`
9+
to support cases where this functionality needs to be added to an argparse action outside of the normal
10+
`parser.add_argument()` call.
811

912
## 0.9.15 (July 24, 2019)
1013
* Bug Fixes

0 commit comments

Comments
 (0)