summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-11-15 17:30:25 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-11-15 17:30:25 -0700
commit7ca6338a8054169d0257e9c698ab54a0bc1094a7 (patch)
treeae2adbca1d7753ab6e5ab64e3c7953d723c9b243 /CHANGES.txt
parentc333bf54917ecd5cd00ae3c818228aeba29e8b1d (diff)
parent2e2ed9467793500d5693e7061bacc550de5900a0 (diff)
downloadpyramid-7ca6338a8054169d0257e9c698ab54a0bc1094a7.tar.gz
pyramid-7ca6338a8054169d0257e9c698ab54a0bc1094a7.tar.bz2
pyramid-7ca6338a8054169d0257e9c698ab54a0bc1094a7.zip
Merge https://github.com/Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e7c42d659..b9f6a69c7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -68,6 +68,14 @@ Behavior Differences
a ``registry`` attribute on the ZCML context (kill off use of
threadlocals).
+- Internal: Chameleon template renderers now accept two arguments: ``path``
+ and ``lookup``. ``Lookup`` will be an instance of a lookup class which
+ supplies (late-bound) arguments for debug, reload, and translate. Any
+ third-party renderers which use (the non-API) function
+ ``pyramid.renderers.template_renderer_factory`` will need to adjust their
+ implementations to obey the new callback argument list. This change was to
+ kill off inappropriate use of threadlocals.
+
1.0a2 (2010-11-09)
==================