summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2015-12-19 19:18:31 +0100
committeruwetews <uwe.tews@googlemail.com>2015-12-19 19:18:31 +0100
commite32720ef4efe9361d819268558e34d1d4029889e (patch)
tree9994eda47424bb2524617e9160e440b13e9a6c69 /change_log.txt
parent818715351a3e0854c9157e3f66084172d0d133a5 (diff)
downloadsmarty-e32720ef4efe9361d819268558e34d1d4029889e.tar.gz
smarty-e32720ef4efe9361d819268558e34d1d4029889e.tar.bz2
smarty-e32720ef4efe9361d819268558e34d1d4029889e.zip
- bugfix using $smarty.capture.foo in expressions could fail https://github.com/smarty-php/smarty/pull/138
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index cd90bd3b..5ad5f263 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
 ===== 3.1.29-dev ===== (xx.xx.2015)
+ 19.12.2015
+ - bugfix using $smarty.capture.foo in expressions could fail https://github.com/smarty-php/smarty/pull/138
+
18.12.2015
- bugfix regression when modifier parameter was follow by math https://github.com/smarty-php/smarty/issues/132