summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-21 17:41:25 -0500
committerChris McDonough <chrism@plope.com>2012-01-21 17:41:25 -0500
commita3a71196b3f105b48caf0ce0f28e10cc02d9012e (patch)
tree3c55933def66984130a1ec35810895650eceb498
parent8a36219597ec555c4ed95561ada7e5682a1605f7 (diff)
downloadpyramid-a3a71196b3f105b48caf0ce0f28e10cc02d9012e.tar.gz
pyramid-a3a71196b3f105b48caf0ce0f28e10cc02d9012e.tar.bz2
pyramid-a3a71196b3f105b48caf0ce0f28e10cc02d9012e.zip
garden
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c64ed47e7..81f420a84 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,7 +5,7 @@ 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
+ flag when the ``development.ini`` file (or any other .ini file in use) is
changed. See https://github.com/Pylons/pyramid/issues/377 and
https://github.com/Pylons/pyramid/pull/411