summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-09-21 22:02:54 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-09-21 22:02:54 +0000
commit7a6b9dba91fe91045ac6ad5b3fff6ee23ddd8da8 (patch)
tree755dcf5c3906f762f0ac00a4cb111e85cb503aa3 /change_log.txt
parentb77446463f3eeda7a7321604f7bc9da93aa2ab22 (diff)
downloadsmarty-7a6b9dba91fe91045ac6ad5b3fff6ee23ddd8da8.tar.gz
smarty-7a6b9dba91fe91045ac6ad5b3fff6ee23ddd8da8.tar.bz2
smarty-7a6b9dba91fe91045ac6ad5b3fff6ee23ddd8da8.zip
- added $error_muting to suppress error messages even for badly implemented error_handlers
- reverted r4301
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/change_log.txt b/change_log.txt
index 9d8bab62..dac8484d 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,7 +1,7 @@
===== Smarty 3.1 trunk =====
21.09.2011
- bugfix look for mixed case plugin file names as in 3.0 if not found try all lowercase
-- bugfix use 3.0 version of smarty_internal_write_file.php because of problems with custom error handlers
+- added $error_muting to suppress error messages even for badly implemented error_handlers
20.09.2011
- bugfix removed debug echo output while compiling template inheritance