summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-02-10 03:19:25 +0100
committeruwetews <uwe.tews@googlemail.com>2016-02-10 03:19:25 +0100
commit47237eb84f3709394356384676a037d9ef77b05f (patch)
tree1e6816c358606af082dc7416da7a66d1946a6838 /change_log.txt
parent417088bdb7c68ad4d71aef4c003f1b079945e325 (diff)
downloadsmarty-47237eb84f3709394356384676a037d9ef77b05f.tar.gz
smarty-47237eb84f3709394356384676a037d9ef77b05f.tar.bz2
smarty-47237eb84f3709394356384676a037d9ef77b05f.zip
- bugfix wrong precedence on special if conditions like '$foo is ... by $bar' could cause wrong code https://github.com/smarty-php/smarty/issues/178
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 4f01bd2a..9199733f 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,6 +1,7 @@
 ===== 3.1.30-dev ===== (xx.xx.xx)
10.02.2016
- bugfix {strip} must keep space on output creating smarty tags within html tags https://github.com/smarty-php/smarty/issues/177
+ - bugfix wrong precedence on special if conditions like '$foo is ... by $bar' could cause wrong code https://github.com/smarty-php/smarty/issues/178
09.02.2016
- move some code from parser into compiler