Skip to content

Commit 7a3a84c

Browse files
committed
Updated change log
1 parent cf8246a commit 7a3a84c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@
1919
scroll the actual error message off the screen.
2020
* Exceptions occurring in tab completion functions are now printed to stderr before returning control back to
2121
readline. This makes debugging a lot easier since readline suppresses these exceptions.
22+
* Added support for custom Namespaces in the argparse decorators. See description of `ns_provider` argument
23+
for more information.
2224
* Potentially breaking changes
2325
* Replaced `unquote_redirection_tokens()` with `unquote_specific_tokens()`. This was to support the fix
2426
that allows terminators in alias and macro values.
25-
* Changed `Statement.pipe_to` to a string instead of a list
27+
* Changed `Statement.pipe_to` to a string instead of a list
28+
* `preserve_quotes` is now a keyword-only argument in the argparse decorators
2629
* **Python 3.4 EOL notice**
2730
* Python 3.4 reached its [end of life](https://www.python.org/dev/peps/pep-0429/) on March 18, 2019
2831
* This is the last release of `cmd2` which will support Python 3.4

0 commit comments

Comments
 (0)