diff --git a/CHANGES b/CHANGES index 4347c126a..5884efbf5 100644 --- a/CHANGES +++ b/CHANGES @@ -45,7 +45,7 @@ Version 3.0.11 (29 Dec 2016) [Python] Fix #446 Python %array_class of carrays.i failed with -builtin option. -2016-12-16: bcaine +2016-12-16: briancaine [Guile] Patch #744 Added support for Guile's native pointer functionality 2016-12-01: wsfulton diff --git a/CHANGES.current b/CHANGES.current index ef71f9cb9..197ec7731 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,14 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 3.0.12 (27 Jan 2017) ============================ +2017-01-27: wsfulton + [C#] #882 Fix missing filename in error messages when there is a problem + writing out C# files. + +2017-01-27: briancaine + [Guile] #744 Fix compilation errors in Guile wrappers - regression + introduced in swig-3.0.11. + 2017-01-24: andrey-starodubtsev [Java] Apply #704 - director typemap improvements. Memory leak fixes, add support for "directorargout" typemap and diff --git a/RELEASENOTES b/RELEASENOTES index d88a36a75..5f6560c3c 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -10,7 +10,7 @@ published on the SWIG web site at http://swig.org/release.html. SWIG-3.0.12 summary: - Add support for Octave-4.2. - Enhance %extend to support template functions. -- Language specific enhancements and fixes for C#, D, Java, PHP7. +- Language specific enhancements and fixes for C#, D, Guile, Java, PHP7. SWIG-3.0.11 summary: - PHP 7 support added.