summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-20 19:12:51 +0000
committeruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-20 19:12:51 +0000
commiteb60692dbe116d9e1050468020c5ce5198f61e68 (patch)
treef0d36f66c3c65cd016923f6dcdaeb9fa5904c91b /change_log.txt
parenta3dc61542d63d9c237259f757f48a115e2603dc5 (diff)
downloadsmarty-eb60692dbe116d9e1050468020c5ce5198f61e68.tar.gz
smarty-eb60692dbe116d9e1050468020c5ce5198f61e68.tar.bz2
smarty-eb60692dbe116d9e1050468020c5ce5198f61e68.zip
- bugfix {assign} with scope root and global did not work in all cases
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 ab03140d..90549c0c 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -3,6 +3,7 @@
- bugfix removed debug echo output while compiling template inheritance
- bugfix relative paths in $template_dir broke relative path resolving in {include "../foo.tpl"}
- bugfix {include} did not work inside nested {block} tags
+- bugfix {assign} with scope root and global did not work in all cases
19.09.2011
- bugfix regression in Smarty_CacheReource_KeyValueStore introduced by r4261