summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/change_log.txt b/change_log.txt
index fe71d9ab..0855fcd6 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,8 @@
===== trunk =====
+24.09.2011
+- removed internal muteExpectedErrors() calls in favor of having the implementor call this once from his application
+- optimized muteExpectedErrors() to pass errors to the latest registered error handler, if appliccable
+
23.09.2011
- remove unused properties
- optimization use real function instead anonymous function for preg_replace_callback
@@ -12,7 +16,6 @@
- bugfix {foreachelse} does fail if {section} was nested inside {foreach}
- bugfix debug.tpl did not display correctly when it was compiled with escape_html = true
-
21.09.2011
- 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