summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2016-03-01 15:26:33 +1300
committerOlly Betts <olly@survex.com>2016-03-01 15:26:33 +1300
commit5733cc1d2ab8851a20411018a8484a4a971e22ce (patch)
tree342a11a7302d240ce6457d3c7d28ddc516857f0c /CHANGES.current
parentfa5f3abf4d709ae9b04ef15874c5534bbc221efd (diff)
downloadswig-5733cc1d2ab8851a20411018a8484a4a971e22ce.tar.gz
[Python] Fix isfinite() check to work with GCC6
Fixes https://github.com/swig/swig/issues/615 reported by jplesnik.
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 37d85a816..4c5ef680e 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.9 (in progress)
===========================
+2016-03-01: olly
+ [Python] Fix isfinite() check to work with GCC6. Fixes
+ https://github.com/swig/swig/issues/615 reported by jplesnik.
+
2016-02-17: olly
[Python] Add missing keywords 'as' and 'with' to pythonkw.swg.