summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-09-21 23:06:27 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-09-21 23:06:27 +0000
commit48295d9573ce580d5c06e8df23a8f7ffbd2dec51 (patch)
treec7da65260582783d023825041a85d3d20adf0241 /change_log.txt
parent95ab01f99f05fd37b5844e09982a397bf92ddb91 (diff)
downloadsmarty-48295d9573ce580d5c06e8df23a8f7ffbd2dec51.tar.gz
smarty-48295d9573ce580d5c06e8df23a8f7ffbd2dec51.tar.bz2
smarty-48295d9573ce580d5c06e8df23a8f7ffbd2dec51.zip
- reverted ./ and ../ handling in fetch() and display() - they're allowed again
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 120ab868..b59338c9 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -3,6 +3,7 @@
- bugfix look for mixed case plugin file names as in 3.0 if not found try all lowercase
- added $error_muting to suppress error messages even for badly implemented error_handlers
- optimized autoloader
+- reverted ./ and ../ handling in fetch() and display() - they're allowed again
20.09.2011
- bugfix removed debug echo output while compiling template inheritance