git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12740 626c5289-ae23-0410-ae9c-e8d60b6d4f22
25 lines
1,013 B
Text
25 lines
1,013 B
Text
Below are the changes for the current release.
|
|
See the CHANGES file for changes in older releases.
|
|
See the RELEASENOTES file for a summary of changes in each release.
|
|
|
|
Version 2.0.5 (in progress)
|
|
===========================
|
|
|
|
2011-06-13: wsfulton
|
|
[Ruby, Octave] SF #3310528 Autodoc fixes similar to those described below for Python.
|
|
|
|
2011-06-10: wsfulton
|
|
[Python] Few subtle bugfixes in autodoc documentation generation,
|
|
- Unnamed argument names fix for autodoc levels > 0.
|
|
- Display of template types fixed for autodoc levels > 1.
|
|
- Fix SF #3310528 - display of typedef structs for autodoc levels > 1.
|
|
- Add missing type for self for autodoc levels 1 and 3.
|
|
- autodoc levels 2 and 3 documented.
|
|
- Minor tweaks to autodoc style to conform with PEP8.
|
|
|
|
2011-05-30: olly
|
|
[PHP] Fix handling of directors when -prefix is used.
|
|
|
|
2011-05-24: olly
|
|
[PHP] Fix handling of methods of classes with a virtual base class (SF#3124665).
|
|
|