summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-28 23:39:05 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-28 23:39:05 +0200
commit5b508b7bf3fc08603b6e7096c468258d083d43a9 (patch)
tree6b7e4b58371fd0c0ca7abafaa9baa16fccebb473 /change_log.txt
parent998c7789485e89f401d2cae4af3fda91a8a03956 (diff)
downloadsmarty-5b508b7bf3fc08603b6e7096c468258d083d43a9.tar.gz
smarty-5b508b7bf3fc08603b6e7096c468258d083d43a9.tar.bz2
smarty-5b508b7bf3fc08603b6e7096c468258d083d43a9.zip
- bugfix nocache hash was not removed for <?xml ?> tags in subtemplates https://github.com/smarty-php/smarty/issues/300
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index b7e063d3..0b72ddf8 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,6 +1,7 @@
===== 3.1.31-dev ===== (xx.xx.xx)
28.09.2016
- bugfix the generated code for calling a subtemplate must pass the template resource name in single quotes https://github.com/smarty-php/smarty/issues/299
+ - bugfix nocache hash was not removed for <?xml ?> tags in subtemplates https://github.com/smarty-php/smarty/issues/300
27.09.2016
- bugfix when Smarty does use an internally cached template object on Smarty::fetch() calls