summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-10 01:52:26 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-10 01:52:26 -0500
commitcd5bfb53dafc99006d4052f889ac80e7ca73c408 (patch)
treeacc6614eda5b3eccdec4ac159b1e44d4fba0ada3 /CHANGELOG.md
parente21d11db137a34d919737506e8ecc49eb0d2f4e3 (diff)
parent3c7361db4cc0cd2b0c8445902a1a3eed8b2ae225 (diff)
downloadcmd2-git-cd5bfb53dafc99006d4052f889ac80e7ca73c408.tar.gz
Merge branch 'master' into store_output
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 37ccc9a3..e7a985b7 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**