summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-08-14 03:32:07 +0200
committeruwetews <uwe.tews@googlemail.com>2016-08-14 03:32:07 +0200
commitdb01627c1cdc65b015fd762bcefc654d9c2678f7 (patch)
treed8e6220b6b77efd20d4e18863b694f20ffe6960f /change_log.txt
parent1b6d2a9375e83850f3c26030253da5667d86f06f (diff)
downloadsmarty-db01627c1cdc65b015fd762bcefc654d9c2678f7.tar.gz
smarty-db01627c1cdc65b015fd762bcefc654d9c2678f7.tar.bz2
smarty-db01627c1cdc65b015fd762bcefc654d9c2678f7.zip
- optimization remove unneeded call to update acopes when {assign} scope and template scope was local (default)
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 cb7a7347..e19d526a 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -3,6 +3,7 @@
- bugfix $smarty_>debugging = true; did E_NOTICE messages when {eval} tag was used https://github.com/smarty-php/smarty/issues/266
- bugfix Class 'Smarty_Internal_Runtime_ValidateCompiled' not found when upgrading from some older Smarty versions with existing
compiled or cached template files https://github.com/smarty-php/smarty/issues/269
+ - optimization remove unneeded call to update acopes when {assign} scope and template scope was local (default)
===== 3.1.30 ===== (07.08.2016)