diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-12-07 20:00:31 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-12-07 20:00:31 +0000 |
| commit | 846a9862f7c8f987977cad6415cc0949542b0322 (patch) | |
| tree | 7f1f995b950ee489d2a098a582dd1936c1eb76ba /CHANGES.txt | |
| parent | d33f742c019afa8a5adfa889c0e02ad17b26bcf9 (diff) | |
| download | pyramid-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.txt | 11 |
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 |
