From 8a33506d307d88dbb263546e025e5e63bb450db7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 20 May 2019 20:51:05 -0700 Subject: [PATCH] Update changelog --- CHANGES.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 17c34382..21e7abd7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,21 @@ wxPython Changelog ================== +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" ----------------------