summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-20 17:27:45 +0000
committeruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-20 17:27:45 +0000
commitbff28f38a497d93e25c529f73fd3421ea01eed14 (patch)
tree5be392c82d88e616a3a915eaa8374961a31fa671 /change_log.txt
parent2df84e24a6864a757a5b36dcba74c43276505e79 (diff)
downloadsmarty-bff28f38a497d93e25c529f73fd3421ea01eed14.tar.gz
smarty-bff28f38a497d93e25c529f73fd3421ea01eed14.tar.bz2
smarty-bff28f38a497d93e25c529f73fd3421ea01eed14.zip
- bugfix {include} did not work inside nested {block} tags
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 5a53f817..ab03140d 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -2,6 +2,7 @@
20.09.2011
- 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
19.09.2011
- bugfix regression in Smarty_CacheReource_KeyValueStore introduced by r4261