Added note about %trackobjects funcitonality.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7527 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Charlie Savage 2005-09-24 22:43:23 +00:00
commit e7c7834172

View file

@ -1,6 +1,11 @@
Version 1.3.26 (in progress)
============================
09/24/2005: cfisavage
[Ruby] Adds new %trackobjects functionality that maps C++ objects to
Ruby objects. This functionality makes it much easier to implement
mark functions for the garbage collector.
09/20/2005: wsfulton
[Perl] Patch 1116431 from Josh Cherry. Fixes non member functions inadvertently
being called instead of member functions.