Yet another changelog update

This commit is contained in:
Robin Dunn
2019-05-21 12:22:54 -07:00
parent 139d7315bd
commit e70e3fef87
2 changed files with 9 additions and 1 deletions

View File

@@ -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.

View File

@@ -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?