Changelog updates for 4.0.1

This commit is contained in:
Robin Dunn
2018-02-01 20:04:07 -08:00
parent 87b488e4e9
commit 95bf511b53

View File

@@ -8,6 +8,29 @@
wxPython Changelog
==================
4.0.1 Lemonade
--------------
* 2-Feb-2018
PyPI: https://pypi.python.org/pypi/wxPython/4.0.1
Extras: https://extras.wxPython.org/wxPython4/extras/
Pip: ``pip install wxPython==4.0.1``
This release is a quick hot-fix of some issues discovered in 4.0.0 just after
the release, plus a bit of low-hanging fruit that was easy to squeeze in too.
Changes in this release include the following:
* A fix for a segfault that happens upon startup on newer linux releases. (#648)
* Set LD_RUN_PATH for the wxWidgets part of the build so the wx libs that are
loaded by other wx libs can be found successfully. (#723)
* Use wxApp::GetInstance to check if there is an existing wxApp object. (#720)
4.0.0 "The Phoenix Takes Flight!"
---------------------------------
* 31-Jan-2018