summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2015-12-16 04:54:34 +0100
committeruwetews <uwe.tews@googlemail.com>2015-12-16 04:54:34 +0100
commitc4a5aca865ada6cedd48c30d29dacf3d8133ce1c (patch)
treef638df2ecf6e669805cf07fdf4938a58894affd3 /change_log.txt
parentfa3aed33eea4f5a896556eac1e5cc6df03c2573d (diff)
downloadsmarty-c4a5aca865ada6cedd48c30d29dacf3d8133ce1c.tar.gz
smarty-c4a5aca865ada6cedd48c30d29dacf3d8133ce1c.tar.bz2
smarty-c4a5aca865ada6cedd48c30d29dacf3d8133ce1c.zip
- bugfix direct access $smarty->template_dir = 'foo'; should call Smarty::setTemplateDir() https://github.com/smarty-php/smarty/issues/121
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 cb7ec49f..84c493f1 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,6 +1,7 @@
 ===== 3.1.29-dev ===== (xx.xx.2015)
16.12.2015
- bugfix {foreach} did fail if from atrribute is a Generator class https://github.com/smarty-php/smarty/issues/128
+ - bugfix direct access $smarty->template_dir = 'foo'; should call Smarty::setTemplateDir() https://github.com/smarty-php/smarty/issues/121
15.12.2015
- bugfix {$smarty.cookies.foo} did return the $_COOKIE array not the 'foo' value https://github.com/smarty-php/smarty/issues/122