diff --git a/CHANGES.current b/CHANGES.current index 5da308f1b..e83e2bf22 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -18,7 +18,7 @@ Version 1.3.25 (In progress) In addition to the default 'public' modifier that SWIG generates, %csmethodmodifiers will also replace the virtual/new/override modifiers that SWIG thinks is appropriate. This feature is useful for some obscure cases where SWIG might get the modifiers incorrect, for example - with private inheritance and overriding a method in the base class. + with multiple inheritance and overriding a method in the base class. *** POTENTIAL INCOMPATIBILITY FOR C# MODULE ***