diff --git a/CHANGES.rst b/CHANGES.rst index 079dbcc9..babac8d3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -54,8 +54,12 @@ This release provides the following fixes: * Fixed a probably rare, but fatal bug on OSX when calling certain overloaded virtual methods with implementations in Python. +* Fixed char pointers in generated stub code to have a valid pointer value. + * Reverted the change that loads up install_requires from the contents of - requirements.txt. + requirements.txt. Split the requirements.txt file into one for install and one + for development. + diff --git a/packaging/ANNOUNCE.txt b/packaging/ANNOUNCE.txt index 18706057..0d885080 100644 --- a/packaging/ANNOUNCE.txt +++ b/packaging/ANNOUNCE.txt @@ -43,6 +43,10 @@ Changes in this release include the following: +* Reverted the change that loads up install_requires from the contents of + requirements.txt. Split the requirements.txt file into one for install and one + for development. + What is wxPython?