diff --git a/CHANGES.rst b/CHANGES.rst index f4362db4..12b6f21d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -21,8 +21,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 397eaa9b..e969cefc 100644 --- a/packaging/ANNOUNCE.txt +++ b/packaging/ANNOUNCE.txt @@ -21,6 +21,10 @@ This is a quick-fix release to take care of the following issue: * Fixed a probably rare, but fatal bug on OSX when calling certain overloaded virtual methods with implementations in Python. +* 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?