*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7230 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-05-26 20:51:14 +00:00
commit 8428f13c58

View file

@ -1,6 +1,15 @@
Version 1.3.25 (In progress)
============================
05/26/2005: wsfulton
%csmethodmodifiers can be applied to variables as well as methods now.
%csmethodmodifiers will replace the virtual/new/override modifiers that SWIG thinks is
appropriate in addition to the default 'public'. This is necessary for some obscure cases
where SWIG might get the modifiers incorrect, for example with private inheritance.
*** POTENTIAL INCOMPATIBILITY FOR C# MODULE ***
05/25/2005: wsfulton
Added missing constructors to std::pair wrappers (std_pair.i) for all languages.