summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBert JW Regeer <xistence@0x58.com>2016-12-09 23:01:23 -0700
committerGitHub <noreply@github.com>2016-12-09 23:01:23 -0700
commit98b7bc973092cb92395ecfc50c097793d00e6551 (patch)
tree1975f4d89d0422aaabd09b9bf94ac0da93534f8d /CHANGES.txt
parent2d45def603f038a8533eb9790640982012c0be30 (diff)
parent1fde5f47b8b6208a25e951c6d3887cc73cc3696e (diff)
downloadpyramid-98b7bc973092cb92395ecfc50c097793d00e6551.tar.gz
pyramid-98b7bc973092cb92395ecfc50c097793d00e6551.tar.bz2
pyramid-98b7bc973092cb92395ecfc50c097793d00e6551.zip
Merge pull request #2827 from mmerickel/pserve-watch-files
support a [pserve] config section with a list of files to watch
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 f3883b557..11eab9f26 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -119,6 +119,10 @@ Features
See https://github.com/Pylons/pyramid/pull/2805
+- A new ``[pserve]`` section is supported in your config files with a
+ ``watch_files`` key that can configure ``pserve --reload`` to monitor custom
+ file paths. See https://github.com/Pylons/pyramid/pull/2827
+
- Allow streaming responses to be made from subclasses of
``pyramid.httpexceptions.HTTPException``. Previously the response would
be unrolled while testing for a body, making it impossible to stream