From 0e21c22166f5160a2a64fad714d69d81897ef7d3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 17 Aug 2008 17:32:54 +0000 Subject: - Add ```` directive. This directive currently allows only one attribute: ``reload_templates``. If e.g.:: is in your application's ZCML, you will not need to restart the appserver in order for ``z3c.pt`` or XSLT template changes to be detected and displayed. --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 06a3e030e..4717cfce2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +Next release + + - Add ```` directive. This directive currently allows + only one attribute: ``reload_templates``. If e.g.:: + + + + is in your application's ZCML, you will not need to restart the + appserver in order for ``z3c.pt`` or XSLT template changes to be + detected and displayed. + 0.3.0 - Add ``get_template`` API to template module. -- cgit v1.2.3