diff options
| author | Michael Merickel <michael@merickel.org> | 2017-03-05 20:59:51 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-03-05 20:59:51 -0600 |
| commit | 38294e6dcabab1df45655949d4075c23b706bc2b (patch) | |
| tree | a14c0730524d3ec84641c2ea58a78919c0f9ed29 | |
| parent | 780d693b636da755276860c161099ef658eb6680 (diff) | |
| download | pyramid-38294e6dcabab1df45655949d4075c23b706bc2b.tar.gz pyramid-38294e6dcabab1df45655949d4075c23b706bc2b.tar.bz2 pyramid-38294e6dcabab1df45655949d4075c23b706bc2b.zip | |
add changelog for #2962
| -rw-r--r-- | CHANGES.txt | 5 |
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 ------------ |
