summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-03-05 20:59:51 -0600
committerMichael Merickel <michael@merickel.org>2017-03-05 20:59:51 -0600
commit38294e6dcabab1df45655949d4075c23b706bc2b (patch)
treea14c0730524d3ec84641c2ea58a78919c0f9ed29
parent780d693b636da755276860c161099ef658eb6680 (diff)
downloadpyramid-38294e6dcabab1df45655949d4075c23b706bc2b.tar.gz
pyramid-38294e6dcabab1df45655949d4075c23b706bc2b.tar.bz2
pyramid-38294e6dcabab1df45655949d4075c23b706bc2b.zip
add changelog for #2962
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9c9acf3d0..9056320c5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -23,6 +23,11 @@ Bug Fixes
object in which the registry was stored in a closure preventing it from
being deallocated. See https://github.com/Pylons/pyramid/pull/2967
+- Fix a bug directly invoking ``pyramid.scripts.pserve.main`` with the
+ ``--reload`` option in which ``sys.argv`` is always used in the subprocess
+ instead of the supplied ``argv``.
+ See https://github.com/Pylons/pyramid/pull/2962
+
Deprecations
------------