summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-07-18 19:45:30 +0200
committeruwetews <uwe.tews@googlemail.com>2016-07-18 19:45:30 +0200
commitd8542196965c5b36b94b8f660fcd16c91696a936 (patch)
tree63009a249ae75102060ca1e5780e6593cad7d61c /change_log.txt
parent92945eaf12ecccd5aa3d692f385767100c5dd429 (diff)
downloadsmarty-d8542196965c5b36b94b8f660fcd16c91696a936.tar.gz
smarty-d8542196965c5b36b94b8f660fcd16c91696a936.tar.bz2
smarty-d8542196965c5b36b94b8f660fcd16c91696a936.zip
- bugfix avoid opcache_invalidate to result in ErrorException when opcache.restrict_api is not empty https://github.com/smarty-php/smarty/pull/244
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 360a594f..e192c4d2 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -2,6 +2,7 @@
18.07.2016
- bugfix {foreach} if key variable and item@key attribute have been used both the key variable was not updated https://github.com/smarty-php/smarty/issues/254
- bugfix modifier on plugins like {plugin|modifier ... } did fail when the plugin does return an array https://github.com/smarty-php/smarty/issues/228
+ - bugfix avoid opcache_invalidate to result in ErrorException when opcache.restrict_api is not empty https://github.com/smarty-php/smarty/pull/244
14.07.2016
- bugfix wrong parameter on compileAllTemplates() and compileAllConfig() https://github.com/smarty-php/smarty/issues/231