diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-15 00:06:23 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-15 00:06:23 -0400 |
commit | 7a3a84cc99322ee349167861f5a03937ade88f24 (patch) | |
tree | a1d948f5f27ca245a3b9822b74998fc100d24ae0 /CHANGELOG.md | |
parent | cf8246a881a5cf7e7e69c557bcf1eb9d37cdc5fe (diff) | |
download | cmd2-git-7a3a84cc99322ee349167861f5a03937ade88f24.tar.gz |
Updated change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f56821..2fe4e734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,10 +19,13 @@ scroll the actual error message off the screen. * Exceptions occurring in tab completion functions are now printed to stderr before returning control back to readline. This makes debugging a lot easier since readline suppresses these exceptions. + * Added support for custom Namespaces in the argparse decorators. See description of `ns_provider` argument + for more information. * Potentially breaking changes * Replaced `unquote_redirection_tokens()` with `unquote_specific_tokens()`. This was to support the fix that allows terminators in alias and macro values. - * Changed `Statement.pipe_to` to a string instead of a list + * Changed `Statement.pipe_to` to a string instead of a list + * `preserve_quotes` is now a keyword-only argument in the argparse decorators * **Python 3.4 EOL notice** * Python 3.4 reached its [end of life](https://www.python.org/dev/peps/pep-0429/) on March 18, 2019 * This is the last release of `cmd2` which will support Python 3.4 |