summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-11-21 01:01:47 -0600
committerMichael Merickel <michael@merickel.org>2016-11-21 01:01:47 -0600
commitabfb2f61458b111008fd1d9de1553380715889a3 (patch)
treefd22b9ffd25ecdc02d70566718b4ccab8a010102
parent3f130937bcce073e9933e28c332e59c559025e07 (diff)
downloadpyramid-abfb2f61458b111008fd1d9de1553380715889a3.tar.gz
pyramid-abfb2f61458b111008fd1d9de1553380715889a3.tar.bz2
pyramid-abfb2f61458b111008fd1d9de1553380715889a3.zip
add changelog for #2827
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dac61678d..0686e1ad1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -116,6 +116,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
+
Bug Fixes
---------