summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2019-05-22 11:38:10 +1200
committerOlly Betts <olly@survex.com>2019-05-22 11:38:10 +1200
commit8cae5989b2c94ec7c2c1b317c5f9627b576e9ab4 (patch)
tree660060dded4617a238c69d1f02de0980a218c17c /CHANGES.current
parentb3a3c4f09e160432072f3dc770efe0443556da9a (diff)
downloadswig-8cae5989b2c94ec7c2c1b317c5f9627b576e9ab4.tar.gz
Add CHANGES entry for previous commit
Closes https://github.com/swig/swig/pull/1528
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 06373dbea..5d60b48c3 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,3 +7,6 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.0.1 (in progress)
===========================
+2019-05-22: ferdynator
+ [PHP] #1528 Don't add a closing '?>' PHP tag to generated files.
+ PSR-2 says it MUST be omitted for files containing only PHP.