summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-07-13 01:49:38 +0200
committeruwetews <uwe.tews@googlemail.com>2016-07-13 01:49:38 +0200
commite5eebc3cc28d12fea86154341c8139792a086354 (patch)
tree7811e2a9ab60b1885cf0c989e4e6d9c091a88874 /change_log.txt
parentcbea88b3a7243261d3a770552ebbc8e342183414 (diff)
downloadsmarty-e5eebc3cc28d12fea86154341c8139792a086354.tar.gz
smarty-e5eebc3cc28d12fea86154341c8139792a086354.tar.bz2
smarty-e5eebc3cc28d12fea86154341c8139792a086354.zip
- bugfix wrong parameter on compileAllTemplates() https://github.com/smarty-php/smarty/issues/231
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 a9cb3aa7..335c91fa 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -4,6 +4,7 @@
- update testInstall() https://github.com/smarty-php/smarty/issues/248https://github.com/smarty-php/smarty/issues/248
- bugfix enable debugging could fail when template objects did already exists https://github.com/smarty-php/smarty/issues/237
- bugfix template function data should be merged when loading subtemplate https://github.com/smarty-php/smarty/issues/240
+ - bugfix wrong parameter on compileAllTemplates() https://github.com/smarty-php/smarty/issues/231
12.07.2016
- bugfix {foreach} item variable must be created also on empty from array https://github.com/smarty-php/smarty/issues/238 and https://github.com/smarty-php/smarty/issues/239