Skip to content

Commit c2418a9

Browse files
committed
Updated CHANGELOG
1 parent 93a7eb7 commit c2418a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
## 0.7.7 (TBD)
1+
## 0.7.7 (August 25, 2017)
22

33
* Bug Fixes
44
* Added workaround for bug which occurs in Python 2.7 on Linux when ``pygtk`` is installed
55
* ``pfeedback()`` now honors feedback_to_output setting and won't redirect when it is ``False``
66
* For ``edit`` command, both **editor** and **filename** can now have spaces in the name/path
7+
* Fixed a bug which occurred when stdin was a pipe instead of a tty due to input redirection
78
* Enhancements
89
* ``feedback_to_output`` now defaults to ``False`` so info like command timing won't redirect
910
* Transcript regular expressions now have predictable, tested, and documented behavior
1011
* This makes a breaking change to the format and expectations of transcript testing
1112
* The prior behavior removed whitespace before making the comparison, now whitespace must match exactly
1213
* Prior version did not allow regexes with whitespace, new version allows any regex
14+
* Improved display for ``load`` command and input redirection when **echo** is ``True``
1315

1416
## 0.7.6 (August 11, 2017)
1517

0 commit comments

Comments
 (0)