From dacce7b2a6bf65facfab97a6fa97bc32a8459c04 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 22 Apr 2020 14:59:28 -0700 Subject: [PATCH] Minor text tweaks in the changelog, also update the release date --- CHANGES.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ef3dc86a..2f519991 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,9 +8,9 @@ wxPython Changelog ================== -4.1.0 "Escaping the Quarantine Blues" -------------------------------------- -* 10-April-2020 +4.1.0 "Escaping the Quarantine" +------------------------------- +* 24-April-2020 PyPI: https://pypi.python.org/pypi/wxPython/4.1.0 Extras: https://extras.wxPython.org/wxPython4/extras/ @@ -22,7 +22,7 @@ built upon, and which is included in the wxPython source archives. New and improved in this release: -* Add wx.Font.AddPrivateFont example to the demo. +* Add a sample for wx.Font.AddPrivateFont to the demo. * Added wrappers for the OSXEnableAutomaticQuoteSubstitution, OSXEnableAutomaticDashSubstitution, and OSXDisableAllSmartSubstitutions @@ -44,7 +44,7 @@ New and improved in this release: * Switch to using a wx.Overlay in the Widget Inspection Tool to highlight widgets when running on a GTK3 port. -* Fixed issue in wx.lib.agw.customtreectrl where label editor could remain +* Fixed issue in wx.lib.agw.customtreectrl where the label editor could remain stuck forever (#1235). * Grafted on a EnableSystemTheme method to the classes which support it. This