summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-02-24 18:42:04 -0600
committerMichael Merickel <michael@merickel.org>2015-02-24 18:42:04 -0600
commitaf810c54fa9829096085f0ca601030c4fb74b5c7 (patch)
tree4c12421745bb45ee13b0de31e29db4cb547476a8 /CHANGES.txt
parent5080a3ffcf39ed1ea6ca9b8076eea445f23b80d5 (diff)
parent1bcc347b21e6ce317b1fb31610b570b7b9930419 (diff)
downloadpyramid-af810c54fa9829096085f0ca601030c4fb74b5c7.tar.gz
pyramid-af810c54fa9829096085f0ca601030c4fb74b5c7.tar.bz2
pyramid-af810c54fa9829096085f0ca601030c4fb74b5c7.zip
Merge pull request #1592 from davisagli/fix.reloader-non-tty
only reset terminal echo flag if stdin is a tty
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3084bcfe6..9b10c0831 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -121,7 +121,8 @@ Bug Fixes
- Work around an issue where ``pserve --reload`` would leave terminal echo
disabled if it reloaded during a pdb session.
- See https://github.com/Pylons/pyramid/pull/1577
+ See https://github.com/Pylons/pyramid/pull/1577,
+ https://github.com/Pylons/pyramid/pull/1592
- ``pyramid.wsgi.wsgiapp`` and ``pyramid.wsgi.wsgiapp2`` now raise
``ValueError`` when accidentally passed ``None``.