From 829928faae160eab47f2b9b83d3b056e07e3f635 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 20 May 2019 20:51:05 -0700 Subject: [PATCH] Update changelog (cherry picked from commit 8a33506d307d88dbb263546e025e5e63bb450db7) --- CHANGES.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 93ade821..c2cd5079 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -40,6 +40,23 @@ Other changes in this release: + +4.0.6 "Applesauce" +------------------ +* (not yet released) + +PyPI: https://pypi.org/project/wxPython/4.0.6 +Extras: https://extras.wxPython.org/wxPython4/extras/ +Pip: ``pip install wxPython==4.0.6`` + +Changes in this release include the following: + +* Fixed a probably rare, but fatal bug on OSX when calling certain overloaded + virtual methods with implementations in Python. + + + + 4.0.5 "St. Helens Day" ---------------------- * 18-May-2019