diff options
| author | Michael Merickel <michael@merickel.org> | 2018-08-04 13:09:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-04 13:09:28 -0500 |
| commit | 6174a79eaabc6391018f1f59227c21fdde7fb30f (patch) | |
| tree | f430163f107193691619e112400d8f81adce7f7d /CHANGES.rst | |
| parent | 5b1e29544ff881bed4fbdfc48f32c67c19554035 (diff) | |
| parent | 31bce90bf4c8248277dd3a1e7f86227fef773166 (diff) | |
| download | pyramid-6174a79eaabc6391018f1f59227c21fdde7fb30f.tar.gz pyramid-6174a79eaabc6391018f1f59227c21fdde7fb30f.tar.bz2 pyramid-6174a79eaabc6391018f1f59227c21fdde7fb30f.zip | |
Merge pull request #3318 from mmerickel/pshell-setup-generator
enable the setup function in pshell to wrap the command lifecycle
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index e09c3723c..47738e29b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -41,6 +41,14 @@ Features exception/response object for a HTTP 308 redirect. See https://github.com/Pylons/pyramid/pull/3302 +- Within ``pshell``, allow the user-defined ``setup`` function to be a + generator, in which case it may wrap the command's lifecycle. + See https://github.com/Pylons/pyramid/pull/3318 + +- Within ``pshell``, variables defined by the ``[pshell]`` settings are + available within the user-defined ``setup`` function. + See https://github.com/Pylons/pyramid/pull/3318 + Bug Fixes --------- @@ -76,6 +84,10 @@ Backward Incompatibilities ``pyramid.session.UnencryptedCookieSessionFactoryConfig``. See https://github.com/Pylons/pyramid/pull/3300 +- Variables defined in the ``[pshell]`` section of the settings will no + longer override those set by the ``setup`` function. + See https://github.com/Pylons/pyramid/pull/3318 + Documentation Changes --------------------- |
