Final tweaks from 4.0.4 for CHANGES.rst

This commit is contained in:
Robin Dunn
2019-01-08 11:00:20 -08:00
parent 94ce8fc74a
commit 30a4c8b680

View File

@@ -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)