summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-21 16:56:46 -0500
committerChris McDonough <chrism@plope.com>2012-01-21 16:56:46 -0500
commitea68d2097e03ad2c9f93b4339ff0da1c9677e306 (patch)
treedace675dc6f8b89f3cc93de93dce8c0a2ba3c31a
parent145480f23cea8369f9a0b542500b1438682b8822 (diff)
downloadpyramid-ea68d2097e03ad2c9f93b4339ff0da1c9677e306.tar.gz
pyramid-ea68d2097e03ad2c9f93b4339ff0da1c9677e306.tar.bz2
pyramid-ea68d2097e03ad2c9f93b4339ff0da1c9677e306.zip
- The process will now restart when ``pserve`` is used with the ``--reload``
flag when the ``development.ini`` file (any any other .ini file in use) is changed. See https://github.com/Pylons/pyramid/issues/377 and https://github.com/Pylons/pyramid/pull/411 Fixes #377.
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ea86526b0..5f55c7f72 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,14 @@
+Next release
+============
+
+Bug Fixes
+---------
+
+- The process will now restart when ``pserve`` is used with the ``--reload``
+ flag when the ``development.ini`` file (any any other .ini file in use) is
+ changed. See https://github.com/Pylons/pyramid/issues/377 and
+ https://github.com/Pylons/pyramid/pull/411
+
1.3a6 (2012-01-20)
==================