summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-09-20 14:12:34 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-09-20 14:12:34 +0000
commit2df84e24a6864a757a5b36dcba74c43276505e79 (patch)
treeead9536ef8b2834b18800d7375790ff8f86dd9df /change_log.txt
parent29a7600b747c29187ac29f8695ac84504c09137f (diff)
downloadsmarty-2df84e24a6864a757a5b36dcba74c43276505e79.tar.gz
smarty-2df84e24a6864a757a5b36dcba74c43276505e79.tar.bz2
smarty-2df84e24a6864a757a5b36dcba74c43276505e79.zip
- bugfix relative paths in $template_dir broke relative path resolving in {include "../foo.tpl"}
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 fa60f14b..5a53f817 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,6 +1,7 @@
===== Smarty 3.1 trunk =====
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"}
19.09.2011
- bugfix regression in Smarty_CacheReource_KeyValueStore introduced by r4261