summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2015-12-19 20:10:45 +0100
committeruwetews <uwe.tews@googlemail.com>2015-12-19 20:10:45 +0100
commit224a1c4874d1ec0fdad2ae820049b77534d69fdd (patch)
tree0445c4b64572b06420424789772446c9f3fca0bf /change_log.txt
parente32720ef4efe9361d819268558e34d1d4029889e (diff)
downloadsmarty-224a1c4874d1ec0fdad2ae820049b77534d69fdd.tar.gz
smarty-224a1c4874d1ec0fdad2ae820049b77534d69fdd.tar.bz2
smarty-224a1c4874d1ec0fdad2ae820049b77534d69fdd.zip
- bugfix broken PHP 5.2 compatibility
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 5ad5f263..f2f77d95 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,7 +1,8 @@
 ===== 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
-
+ - bugfix broken PHP 5.2 compatibility
+
18.12.2015
- bugfix regression when modifier parameter was follow by math https://github.com/smarty-php/smarty/issues/132