summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Dunklau <colin.dunklau@gmail.com>2018-09-19 00:21:59 +0200
committerColin Dunklau <colin.dunklau@gmail.com>2018-09-19 00:21:59 +0200
commit80d7018acff59b34ddfd42031e8d766a803682dd (patch)
tree3b87639452d5ef3a77c2995412be5c8a4777c5cc
parent1281a5ccffdbf5a5f22da1a38c4c82075ff0505c (diff)
downloadpyramid-80d7018acff59b34ddfd42031e8d766a803682dd.tar.gz
pyramid-80d7018acff59b34ddfd42031e8d766a803682dd.tar.bz2
pyramid-80d7018acff59b34ddfd42031e8d766a803682dd.zip
Update changelog for 3354
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d0dbbe5c0..63c9979f0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -57,6 +57,10 @@ Features
- Add support for Python 3.7. Add testing on Python 3.8 with allowed failures.
See https://github.com/Pylons/pyramid/pull/3333
+- Add a ``registry`` argument to ``pyramid.renderers.get_renderer``
+ to allow users to avoid threadlocals during renderer lookup.
+ See https://github.com/Pylons/pyramid/pull/3358
+
Bug Fixes
---------