summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-10-05 14:26:07 -0400
committerChris McDonough <chrism@plope.com>2012-10-05 14:26:07 -0400
commit66d277a1f6cdf752c0fd3716c3ef1780421b4eb1 (patch)
treeb82f36d242cd40f771b9dd186b395f0745ad14a6
parent9811b08518c594c24fddf86dba8f5956117fa89b (diff)
downloadpyramid-66d277a1f6cdf752c0fd3716c3ef1780421b4eb1.tar.gz
pyramid-66d277a1f6cdf752c0fd3716c3ef1780421b4eb1.tar.bz2
pyramid-66d277a1f6cdf752c0fd3716c3ef1780421b4eb1.zip
garden
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e40401528..4b3dabbec 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,6 +14,13 @@ Bug Fixes
1.4 too (a registry is attached to a request passed to bootstrap or
prepare).
+- When registering a view configuration that named a Chameleon ZPT renderer
+ with a macro name in it (e.g. ``renderer='some/template#somemacro.pt``) as
+ well as a view configuration without a macro name it it that pointed to the
+ same template (e.g. ``renderer='some/template.pt'), internal caching could
+ confuse the two, and your code might have rendered one instead of the
+ other.
+
1.4a2 (2012-09-27)
==================