summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-10 01:52:44 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-10 01:52:44 -0500
commitc5872ac9ffa9047087340fe340b8a88bf2a902d6 (patch)
tree3ae9c2b6e53f371295f040db7085d8c5ba3ead0a /CHANGELOG.md
parent647f0727cf8e1c345d7b1e778e1132479f2168fb (diff)
parent3c7361db4cc0cd2b0c8445902a1a3eed8b2ae225 (diff)
downloadcmd2-git-c5872ac9ffa9047087340fe340b8a88bf2a902d6.tar.gz
Merge branch 'master' into disable_command
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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**