From ea68d2097e03ad2c9f93b4339ff0da1c9677e306 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 21 Jan 2012 16:56:46 -0500 Subject: - 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. --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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) ================== -- cgit v1.2.3