summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
---------