summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-11 05:41:16 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-11 05:41:16 +0200
commit44189a7531f8c87c3d6069fd6716acce1e6a7627 (patch)
tree3b7987d2dc9aa132ae328bd595d3ba58e8e42b11 /change_log.txt
parent0a8e47ecb2431913afb1eab4666fbf60bfa3efe4 (diff)
downloadsmarty-44189a7531f8c87c3d6069fd6716acce1e6a7627.tar.gz
smarty-44189a7531f8c87c3d6069fd6716acce1e6a7627.tar.bz2
smarty-44189a7531f8c87c3d6069fd6716acce1e6a7627.zip
- performance Smarty::configLoad() did load unneeded template source object
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/change_log.txt b/change_log.txt
index 5de594bf..f9e07ccb 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -2,7 +2,8 @@
11.09.2016
- improvement {math} misleading E_USER_WARNING messages when parameter value = null https://github.com/smarty-php/smarty/issues/288
- improvement move often used code snippets into methods
-
+ - performance Smarty::configLoad() did load unneeded template source object
+
09.09.2016
- bugfix/optimization {foreach} did not execute the {foreachelse} when iterating empty objects https://github.com/smarty-php/smarty/pull/287
- bugfix {foreach} must keep the @properties when restoring a saved $item variable as the properties might be used outside {foreach} https://github.com/smarty-php/smarty/issues/267