summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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 06a3e030e..4717cfce2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,14 @@
+Next release
+
+ - Add ``<bfg:settings>`` directive. This directive currently allows
+ only one attribute: ``reload_templates``. If e.g.::
+
+ <bfg:settings reload_templates="true"/>
+
+ 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.