summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-02-13 11:20:58 -0600
committerMichael Merickel <michael@merickel.org>2015-02-13 11:20:58 -0600
commit5c9ca32605c37dbc729b1143ba9163b87ecb123d (patch)
tree9db085016df585645f157467490a1b54979c34b6 /CHANGES.txt
parent1dc1f28e1184960f5359c6c510d23a0e6e9dafe8 (diff)
parent03d964a924e0ef183c3cd78a61c043b1f74f5570 (diff)
downloadpyramid-5c9ca32605c37dbc729b1143ba9163b87ecb123d.tar.gz
pyramid-5c9ca32605c37dbc729b1143ba9163b87ecb123d.tar.bz2
pyramid-5c9ca32605c37dbc729b1143ba9163b87ecb123d.zip
Merge pull request #1577 from davisagli/fix.reloader-pdb-echo
Add workaround to make sure echo is enabled after reload
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1e50a623f..37803b3ed 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -88,6 +88,10 @@ Features
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
+
- ``pyramid.wsgi.wsgiapp`` and ``pyramid.wsgi.wsgiapp2`` now raise
``ValueError`` when accidentally passed ``None``.
See https://github.com/Pylons/pyramid/pull/1320