diff --git a/CHANGES.current b/CHANGES.current index f1835ccc1..d13944a80 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -3,9 +3,19 @@ Version 1.3.37 (in progress) 2008-09-12: bhy [Python] Python 3.0 support branch merged into SWIG trunk. Thanks - Google Summer of Code 2008 for support this project! For details of - Python 3 support, please see the "Python 3 Support" section in the - "SWIG and Python" chapter of SWIG documentation. + Google Summer of Code 2008 for support this project! By default + SWIG will generate interface files compatible with boht Python 2.x + and 3.0. And there's also some Python 3 new features could be + enabled by passing a "-py3" command line option to SWIG. These + features are: + + - Function annotation support + - Buffer interface support + - Abstract base class support + + For details of Python 3 support and these features, please see the + "Python 3 Support" section in the "SWIG and Python" chapter of SWIG + documentation. 2008-09-02: richardb [Python] Commit patch #2089149: Director exception handling mangles