From bda3a11f9e167629300cecdea3139505c3cf4c84 Mon Sep 17 00:00:00 2001 From: Joseph C Wang Date: Wed, 21 Dec 2016 21:55:27 +0800 Subject: [PATCH] add fixes to changes --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 90a8d70ce..8a974fcdf 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,11 @@ See the RELEASENOTES file for a summary of changes in each release. Version 3.0.11 (in progress) ============================ +2016-12-21: joequamt + Changed generation of functions so that only functions + that end in _set generate accessor functions rather than + looking for "set" + 2016-12-21: olly Fix isfinite() checks to work with all C++11 compilers. Fixes https://github.com/swig/swig/issues/615, https://github.com/swig/swig/pull/788