diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html index 863c088d5..d179d3beb 100644 --- a/Doc/Manual/Python.html +++ b/Doc/Manual/Python.html @@ -43,7 +43,7 @@
diff --git a/RELEASENOTES b/RELEASENOTES index a9ee792b8..36feb6ddf 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -5,12 +5,16 @@ and CHANGES files. Release Notes ============= SWIG-2.0.4 summary: -This is mainly a Python oriented release including support for Python -built-in types for superior performance with the new -builtin option. -Python 3.2 support has also been added and various Python bugs have -been fixed. There are also the usual minor generic improvements, as -well as bug fixes and enhancements for D, Lua, Octave, and Tcl. -Octave 3.4 support has also been added. +- This is mainly a Python oriented release including support for Python + built-in types for superior performance with the new -builtin option. + The -builtin option is especially suitable for performance-critical + libraries and applications that call wrapped methods repeatedly. + See the python-specific chapter of the SWIG manual for more info. + +- Python 3.2 support has also been added and various Python bugs have + been fixed. There are also the usual minor generic improvements, as + well as bug fixes and enhancements for D, Lua, Octave, and Tcl. + Octave 3.4 support has also been added. SWIG-2.0.3 summary: - A bug fix release including a couple of fixes for regressions in the