From 30a4c8b680b3bf6642f4e76c502c136cc2dbda16 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 8 Jan 2019 11:00:20 -0800 Subject: [PATCH] Final tweaks from 4.0.4 for CHANGES.rst --- CHANGES.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8ffbbc79..adaafe07 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -39,9 +39,10 @@ Other changes in this release: you need to change. + 4.0.4 "What? It's 2019 already?" -------------------------------- -* (not yet released) +* 5-Jan-2019 PyPI: https://pypi.org/project/wxPython/4.0.4 Extras: https://extras.wxPython.org/wxPython4/extras/ @@ -49,8 +50,10 @@ Pip: ``pip install wxPython==4.0.4`` Changes in this release include the following: -* Fixed an issue where wx.lib.intctrl would erroneously attempt to use ``long`` - on Python3 +* Fixed an issue where wx.lib.intctrl would erroneously attempt to use long + on Python3. (#898) + +* Include the MSVC runtime DLLs for Python 3.7 builds too. * Clear LIBPATH_PYEXT and LIB_PYEXT for linux builds too. (#904) @@ -153,7 +156,7 @@ Changes in this release include the following: convert the text to a bytesarray or other buffer protocol compatible object and then create the virtual file from that data. (#969) -* Performance update for `wx.lib.agw.customtreectrl` (#1049) +* Performance update for wx.lib.agw.customtreectrl (#1049) * Ensure that colours set in wx.lib.agw.customtreectrl.TreeItemAttr are instances of wx.Colour. (#1032) @@ -176,7 +179,7 @@ Changes in this release include the following: please see the Migration Guide for details. * TabNavigatorWindow works similarly to other programs now. It's resizable and - draggable so if user has ton of files with long names, it isn't an irritation + draggable so if user has tons of files with long names, it isn't an irritation anymore plastered right in the middle of the screen and can't be worked with easily and ESC now cancels the popup with a proper returnId. (#1096)