summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-07 17:43:10 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-07 17:43:10 +0200
commitbfc1ef888550416bbe059681a7fb73edd3c3b17a (patch)
tree32a1123dac88a796368ab8ce5f39bf39752ab343 /change_log.txt
parent0429272370f97e722ad29f4b4da69382dc7489e8 (diff)
downloadsmarty-bfc1ef888550416bbe059681a7fb73edd3c3b17a.tar.gz
smarty-bfc1ef888550416bbe059681a7fb73edd3c3b17a.tar.bz2
smarty-bfc1ef888550416bbe059681a7fb73edd3c3b17a.zip
- bugfix {capture}{/capture} did add in 3.1.30 unintended additional blank lines https://github.com/smarty-php/smarty/issues/268
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 c61cd264..84c0065c 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -3,7 +3,8 @@
- bugfix using nocache like attribute with value true like {plugin nocache=true} did not work https://github.com/smarty-php/smarty/issues/285
- bugfix uppercase TRUE, FALSE and NULL did not work when security was enabled https://github.com/smarty-php/smarty/issues/282
- bugfix when {foreach} was looping over an object the total property like {$item@total} did always return 1 https://github.com/smarty-php/smarty/issues/281
-
+ - bugfix {capture}{/capture} did add in 3.1.30 unintended additional blank lines https://github.com/smarty-php/smarty/issues/268
+
01.09.2016
- performance require_once should be called only once for shared plugins https://github.com/smarty-php/smarty/issues/280