diff options
| author | David Glick <david@glicksoftware.com> | 2015-02-12 21:10:30 -0800 |
|---|---|---|
| committer | David Glick <david@glicksoftware.com> | 2015-02-12 21:10:30 -0800 |
| commit | c45d6aea833245fa4fd9bb81352feb37045dfb07 (patch) | |
| tree | 342b36823b87999813642967c7f2908a36bfb25b /CHANGES.txt | |
| parent | 1dc1f28e1184960f5359c6c510d23a0e6e9dafe8 (diff) | |
| download | pyramid-c45d6aea833245fa4fd9bb81352feb37045dfb07.tar.gz pyramid-c45d6aea833245fa4fd9bb81352feb37045dfb07.tar.bz2 pyramid-c45d6aea833245fa4fd9bb81352feb37045dfb07.zip | |
Add workaround to make sure echo is enabled after reload (refs #689)
Also add myself to CONTRIBUTORS.txt
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 1e50a623f..6a174bb1c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -88,6 +88,9 @@ Features Bug Fixes --------- +- Work around an issue where ``pserve --reload`` would leave terminal echo + disabled if it reloaded during a pdb session. + - ``pyramid.wsgi.wsgiapp`` and ``pyramid.wsgi.wsgiapp2`` now raise ``ValueError`` when accidentally passed ``None``. See https://github.com/Pylons/pyramid/pull/1320 |
