summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-11-13 13:34:38 -0600
committerMichael Merickel <michael@merickel.org>2015-11-13 13:34:38 -0600
commit9a2761e8739781dde57bbf607926a0c227d9b40f (patch)
tree78344ba947828e1278fd23991ce73095fb43095a
parentfeb964165a6b7cb98087657f93895e033ef5fd00 (diff)
downloadpyramid-9a2761e8739781dde57bbf607926a0c227d9b40f.tar.gz
pyramid-9a2761e8739781dde57bbf607926a0c227d9b40f.tar.bz2
pyramid-9a2761e8739781dde57bbf607926a0c227d9b40f.zip
add changelog for #2044
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 739eb870d..9ff26420b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -155,6 +155,9 @@ Features
docstrings instead of the default ``str(obj)`` when possible.
See https://github.com/Pylons/pyramid/pull/1929
+- ``pserve --reload`` will no longer crash on syntax errors!!!
+ See https://github.com/Pylons/pyramid/pull/2044
+
Bug Fixes
---------