Some tweaks for CHANGES and update ANNOUNCE

This commit is contained in:
Robin Dunn
2019-01-03 21:54:59 -08:00
parent 2c1cf6e4d0
commit 4eefc093eb
3 changed files with 7 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ 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``
* 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.
@@ -125,7 +125,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)

View File

@@ -1,3 +1,3 @@
# This file was generated by wxPython's wscript.
VERSION_STRING = '4.0.4a1'
VERSION_STRING = '4.0.4rc1'

View File

@@ -19,7 +19,7 @@ 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. (#898)
long on Python3. (#898)
* Include the MSVC runtime DLLs for Python 3.7 builds too.
@@ -117,7 +117,8 @@ Changes in this release include the following:
* Added the ability to generate stub classes for use when optional
wxWidgets features are not part of the build. So far, stubs are
available for wx.Accessible, wx.glcanvas, wx.media and wx.html2.
available for wx.Accessible, wx.FileSystemWatcher, wx.glcanvas,
wx.media and wx.html2.
* Moved the wxpy_api.h file into the wx package at wx/include/wxPython
so it will be included in the wheel file. (#961)
@@ -130,7 +131,7 @@ Changes in this release include the following:
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)