From ecf8b8f84b2dad4cd3811b668a9b863313b0edcb Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 21 May 2019 12:22:54 -0700 Subject: [PATCH] Yet another changelog update (cherry picked from commit e70e3fef87b525732290d7db05ef89012e0988c0) --- CHANGES.rst | 6 +++++- packaging/ANNOUNCE.txt | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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?