diff --git a/CHANGES.current b/CHANGES.current index 2563749a2..1dc7709da 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,20 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.1.0 (in progress) =========================== +2022-02-27: wsfulton + [Python] #735 #1561 Function annotations containing C/C++ types are no longer + generated when using the -py3 option. Function annotations support has been + moved to a feature to provide finer grained control. It can be turned on + globally by adding: + + %feature("python:annotations", "c"); + + or by using the command line argument: + + -features python:annotations=c + + *** POTENTIAL INCOMPATIBILITY *** + 2022-02-26: wsfulton #655 #1840 Add new warning WARN_LANG_USING_NAME_DIFFERENT to warn when a method introduced by a using declaration in a derived class cannot diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index b1da2953a..433ae5f9e 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -1478,7 +1478,10 @@
  • Python 3 Support
  • Python 3 Support