summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-07-23 22:37:17 +0200
committeruwetews <uwe.tews@googlemail.com>2016-07-23 22:37:17 +0200
commiteb2d9d4e6d0a774f4373f813f6154c637c3107ff (patch)
treeaf55439ba17acdf5f3e748646a37e65e56e3f49c /change_log.txt
parent2ba2f6e2e7dbb494d804551720bad781684cbf53 (diff)
downloadsmarty-eb2d9d4e6d0a774f4373f813f6154c637c3107ff.tar.gz
smarty-eb2d9d4e6d0a774f4373f813f6154c637c3107ff.tar.bz2
smarty-eb2d9d4e6d0a774f4373f813f6154c637c3107ff.zip
- improvement remove double funtion declaration in plugin shared.escape_special_cars.php https://github.com/smarty-php/smarty/issues/229
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 6c9d8da5..59d2d92b 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -2,6 +2,7 @@
23.07.2016
- bugfix setTemplateDir('/') and setTemplateDir('') did create wrong absolute filepath https://github.com/smarty-php/smarty/issues/245
- optimization of filepath normalization
+ - improvement remove double funtion declaration in plugin shared.escape_special_cars.php https://github.com/smarty-php/smarty/issues/229
19.07.2016
- bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246