summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2017-05-27 14:37:35 +0200
committeruwetews <uwe.tews@googlemail.com>2017-05-27 14:37:35 +0200
commita6f3a518e1818908322d71296c6b023d5752cd03 (patch)
tree1fde7db4117eeaee1fbac6de65ab23cc2c4babcc /change_log.txt
parent03e2a1c8a23055916e6accb567494e06f1d3a534 (diff)
downloadsmarty-a6f3a518e1818908322d71296c6b023d5752cd03.tar.gz
smarty-a6f3a518e1818908322d71296c6b023d5752cd03.tar.bz2
smarty-a6f3a518e1818908322d71296c6b023d5752cd03.zip
- improvement replace phpversion() by PHP_VERSION constant.
https://github.com/smarty-php/smarty/pull/363
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index 24224e15..3db0cd9e 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -3,6 +3,8 @@
- bugfix change compiled code for registered function and modifiers to called as callable to allow closures
https://github.com/smarty-php/smarty/pull/368, https://github.com/smarty-php/smarty/issues/273
- bugfix https://github.com/smarty-php/smarty/pull/368 did break the default plugin handler
+ - improvement replace phpversion() by PHP_VERSION constant.
+ https://github.com/smarty-php/smarty/pull/363
21.5.2017
- performance store flag for already required shared plugin functions in static variable or