summaryrefslogtreecommitdiff
path: root/RELEASENOTES
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-08-20 22:34:03 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-08-20 22:34:03 +0100
commit1e36f51346d95f8b9848e682c2eb986e9cb9b4f4 (patch)
tree856299dc5e5402e056db2ff91dee214d8b74ad83 /RELEASENOTES
parent2c1ff4e8ce76b3fb01d59aa614b0ce15fe4c53a5 (diff)
downloadswig-1e36f51346d95f8b9848e682c2eb986e9cb9b4f4.tar.gz
Add swig-4.0.1 summary to release notesv4.0.1rel-4.0.1
Diffstat (limited to 'RELEASENOTES')
-rw-r--r--RELEASENOTES10
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index 3fe78f2e2..8633dadef 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -7,6 +7,16 @@ Release Notes
Detailed release notes are available with the release and are also
published on the SWIG web site at http://swig.org/release.html.
+SWIG-4.0.1 summary:
+- SWIG now cleans up on error by removing all generated files.
+- Add Python 3.8 support.
+- Python Sphinx compatibility added for Doxygen comments.
+- Some minor regressions introduced in 4.0.0 were fixed.
+- Fix some C++17 compatibility problems in Python and Ruby generated
+ code.
+- Minor improvements/fixes for C#, Java, Javascript, Lua, MzScheme,
+ Ocaml, Octave and Python.
+
SWIG-4.0.0 summary:
- Support for Doxygen documentation comments which are parsed and
converted into JavaDoc or PyDoc comments.