git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6589 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-11-01 22:33:50 +00:00
commit c03c45e7eb

View file

@ -72,13 +72,13 @@ What's New?
SWIG-1.3.23 summary:
- Improved support for callbacks
- Python docstring support
- Python docstring support and better error handling
- C++ default argument support for Java and C# added.
- Improved c++ default argument support for the scripting languages plus
option to use original (compact) default arguments.
- Runtime library changes: Runtime code can now exist in more than one module
and so need not be compiled into just one module
- Further improved support for templates
- Further improved support for templates and namespaces
- Overloaded templated function support added
- More powerful default typemaps (mixed default typemaps)
- Some important %feature, %extend and director code bug fixes