summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-19 21:39:36 -0500
committerMichael Merickel <michael@merickel.org>2017-06-19 21:39:36 -0500
commit5aa1afbb216a800a420ffa6121a54b4ea194482b (patch)
treee8fc7307ff671f64c9896c93887de52802b625e2 /CHANGES.txt
parent22e61f1995f61e51253eb1d1626ea38dfc955abd (diff)
downloadpyramid-5aa1afbb216a800a420ffa6121a54b4ea194482b.tar.gz
pyramid-5aa1afbb216a800a420ffa6121a54b4ea194482b.tar.bz2
pyramid-5aa1afbb216a800a420ffa6121a54b4ea194482b.zip
add changelog for #3086
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d695599a5..bc911d1e3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -37,6 +37,12 @@ unreleased
with nothing after it.
See https://github.com/Pylons/pyramid/pull/3034
+- Revamp the ``IRouter`` API used by ``IExecutionPolicy`` to force
+ pushing/popping the request threadlocals. The
+ ``IRouter.make_request(environ)`` API has been replaced by
+ ``IRouter.request_context(environ)`` which should be used as a context
+ manager. See https://github.com/Pylons/pyramid/pull/3086
+
1.9a2 (2017-05-09)
==================