diff options
| author | Michael Merickel <michael@merickel.org> | 2015-11-13 13:34:38 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-11-13 13:34:38 -0600 |
| commit | 9a2761e8739781dde57bbf607926a0c227d9b40f (patch) | |
| tree | 78344ba947828e1278fd23991ce73095fb43095a | |
| parent | feb964165a6b7cb98087657f93895e033ef5fd00 (diff) | |
| download | pyramid-9a2761e8739781dde57bbf607926a0c227d9b40f.tar.gz pyramid-9a2761e8739781dde57bbf607926a0c227d9b40f.tar.bz2 pyramid-9a2761e8739781dde57bbf607926a0c227d9b40f.zip | |
add changelog for #2044
| -rw-r--r-- | CHANGES.txt | 3 |
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 --------- |
