diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index e9b6170f7..25ac5149b 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,15 @@ Version 1.3.28 (unreleased). =========================== +12/14/2005: mmatus + [Python] + - Add the -fastunpack/-nofastunpack options to enable/disable + the use of the internal UnpackTuple method, instead of + calling the one from the python C API. + + The option -O now also implies -fastunpack. + + 12/11/2005: mmatus [Python] - Add the -proxydel/-noproxydel options to enable/disable @@ -36,7 +45,7 @@ Version 1.3.28 (unreleased). responsability to avoid its modification. - Add the -O option to enable all the optimization options - at once, equivalent to + at once, initially equivalent to -modern -fastdispatch -dirvtable -nosafecstrings -fvirtual