summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-12-07 20:00:31 +0000
committerChris McDonough <chrism@agendaless.com>2008-12-07 20:00:31 +0000
commit846a9862f7c8f987977cad6415cc0949542b0322 (patch)
tree7f1f995b950ee489d2a098a582dd1936c1eb76ba /CHANGES.txt
parentd33f742c019afa8a5adfa889c0e02ad17b26bcf9 (diff)
downloadpyramid-846a9862f7c8f987977cad6415cc0949542b0322.tar.gz
pyramid-846a9862f7c8f987977cad6415cc0949542b0322.tar.bz2
pyramid-846a9862f7c8f987977cad6415cc0949542b0322.zip
- Remove the ``ITestingTemplateRenderer`` interface. When
``testing.registerDummyRenderer`` is used, it now registers a dummy implementation using ``ITemplateRenderer`` interface, which is checked for when the built-in templating facilities do rendering. This change also allows developers to make explcit named utility registrations in the ZCML registry against ``ITemplateRenderer``; these will be found before any on-disk template.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 07ad19439..286577d72 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,14 @@
+Next release
+
+ - Remove the ``ITestingTemplateRenderer`` interface. When
+ ``testing.registerDummyRenderer`` is used, it now registers a
+ dummy implementation using ``ITemplateRenderer`` interface, which
+ is checked for when the built-in templating facilities do
+ rendering. This change also allows developers to make explcit
+ named utility registrations in the ZCML registry against
+ ``ITemplateRenderer``; these will be found before any on-disk
+ template.
+
0.5.2 (12/5/2008)
- The component registration handler for views (functions or class