diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-10 01:52:44 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-03-10 01:52:44 -0500 |
commit | c5872ac9ffa9047087340fe340b8a88bf2a902d6 (patch) | |
tree | 3ae9c2b6e53f371295f040db7085d8c5ba3ead0a /CHANGELOG.md | |
parent | 647f0727cf8e1c345d7b1e778e1132479f2168fb (diff) | |
parent | 3c7361db4cc0cd2b0c8445902a1a3eed8b2ae225 (diff) | |
download | cmd2-git-c5872ac9ffa9047087340fe340b8a88bf2a902d6.tar.gz |
Merge branch 'master' into disable_command
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c56d3c..76792358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * Bug Fixes * Fixed bug in how **history** command deals with multiline commands when output to a script * Fixed a bug when the ``with_argument_list`` decorator is called with the optional ``preserve_quotes`` argument + * Fix bug in ``perror()`` where it would try to print an exception Traceback even if none existed * Enhancements * Improvements to the **history** command * Simplified the display format and made it more similar to **bash** |