diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-07 22:09:25 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-07 22:09:25 -0400 |
commit | db1f35fb39822fcf0b3a793a8fc2061fdeb66804 (patch) | |
tree | 22abcd45f892abd9e2e5b6e0a2a7874180538b89 /CHANGELOG.md | |
parent | e52852be4d9270040d4fcb4eeabe2ca15521f48d (diff) | |
download | cmd2-git-db1f35fb39822fcf0b3a793a8fc2061fdeb66804.tar.gz |
Fixed whitespace
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d9090fe0..26dd2041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ since the output will print at the same frequency as when the command is run in a terminal. * **ACArgumentParser** no longer prints complete help text when a parsing error occurs since long help messages scroll the actual error message off the screen. - * Exceptions occurring in tab completion functions are now printed to stderr before returning control back to + * 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. * Potentially breaking changes * Replaced `unquote_redirection_tokens()` with `unquote_specific_tokens()`. This was to support the fix |