From 38294e6dcabab1df45655949d4075c23b706bc2b Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 5 Mar 2017 20:59:51 -0600 Subject: add changelog for #2962 --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 ------------ -- cgit v1.2.3