summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-08-25 10:22:22 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-08-25 10:22:22 -0400
commitc2418a993243f79ee89334e92802aac954265ac7 (patch)
treebf97287d69d83fb26e8c9bcdbef95f51579fa9c8
parent93a7eb7bdf01889a5b21fd4a84dce3824375fc40 (diff)
downloadcmd2-git-c2418a993243f79ee89334e92802aac954265ac7.tar.gz
Updated CHANGELOG0.7.7
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index efd183de..67029b56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,17 @@
-## 0.7.7 (TBD)
+## 0.7.7 (August 25, 2017)
* Bug Fixes
* Added workaround for bug which occurs in Python 2.7 on Linux when ``pygtk`` is installed
* ``pfeedback()`` now honors feedback_to_output setting and won't redirect when it is ``False``
* For ``edit`` command, both **editor** and **filename** can now have spaces in the name/path
+ * Fixed a bug which occurred when stdin was a pipe instead of a tty due to input redirection
* Enhancements
* ``feedback_to_output`` now defaults to ``False`` so info like command timing won't redirect
* Transcript regular expressions now have predictable, tested, and documented behavior
* This makes a breaking change to the format and expectations of transcript testing
* The prior behavior removed whitespace before making the comparison, now whitespace must match exactly
* Prior version did not allow regexes with whitespace, new version allows any regex
+ * Improved display for ``load`` command and input redirection when **echo** is ``True``
## 0.7.6 (August 11, 2017)