summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-07-29 13:51:21 -0500
committerMichael Merickel <michael@merickel.org>2018-07-29 15:32:06 -0500
commit990fb0ed14e28e5e644a86877d58594b4412c62a (patch)
tree0c006405a24421563319744900430e4c3ea95875 /CHANGES.rst
parent57a896f103c7378fb285f6594228578a5324d672 (diff)
downloadpyramid-990fb0ed14e28e5e644a86877d58594b4412c62a.tar.gz
pyramid-990fb0ed14e28e5e644a86877d58594b4412c62a.tar.bz2
pyramid-990fb0ed14e28e5e644a86877d58594b4412c62a.zip
enable the setup function in pshell to wrap the command lifecycle
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst12
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
---------------------