summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Glick <david@glicksoftware.com>2015-02-13 09:20:33 -0800
committerDavid Glick <david@glicksoftware.com>2015-02-13 09:20:33 -0800
commit03d964a924e0ef183c3cd78a61c043b1f74f5570 (patch)
tree9db085016df585645f157467490a1b54979c34b6
parentc45d6aea833245fa4fd9bb81352feb37045dfb07 (diff)
downloadpyramid-03d964a924e0ef183c3cd78a61c043b1f74f5570.tar.gz
pyramid-03d964a924e0ef183c3cd78a61c043b1f74f5570.tar.bz2
pyramid-03d964a924e0ef183c3cd78a61c043b1f74f5570.zip
add pull request reference
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6a174bb1c..37803b3ed 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -90,6 +90,7 @@ 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``.