Skip to content

Commit d442a3d

Browse files
committed
Update release date and update ANNOUNCE.txt with new items
1 parent 096b00e commit d442a3d

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ wxPython Changelog
1010

1111
4.0.0 "The Phoenix Takes Flight!"
1212
---------------------------------
13-
* 27-Jan-2018
13+
* 31-Jan-2018
1414

1515
PyPI: https://pypi.python.org/pypi/wxPython/4.0.0
1616
Extras: https://extras.wxPython.org/wxPython4/extras/
@@ -80,7 +80,6 @@ Changes in this release include the following:
8080
broken and the saved reference is deleted after the timer expires and the
8181
callable has been called. (#457)
8282

83-
8483
* Although it's more or less just an implementation detail, add wrappers for
8584
wx.aui.AuiTabCtrl so references to it will get the correct type. (#664)
8685

@@ -130,6 +129,7 @@ Changes in this release include the following:
130129

131130

132131

132+
133133
4.0.0b2 -- "Hurricanes, Floods, and Forest Fires! Oh My!"
134134
---------------------------------------------------------
135135
* 16-Sept-2017

packaging/ANNOUNCE.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ Changes in this release include the following:
7979
broken and the saved reference is deleted after the timer expires and the
8080
callable has been called. (#457)
8181

82-
8382
* Although it's more or less just an implementation detail, add wrappers for
8483
wx.aui.AuiTabCtrl so references to it will get the correct type. (#664)
8584

@@ -114,6 +113,19 @@ Changes in this release include the following:
114113
* Allow extra CLI args to be passed to build.py by setting WXPYTHON_BUILD_ARGS
115114
in the environment.
116115

116+
* Added context manager methods to wx.DC that explicitly destroys the C++
117+
part of the DC upon exit. Using DCs as context managers is not required, but
118+
can be handy in the rare cases where something holds on to a DC for too
119+
long, perhaps unintentionally. (#680)
120+
121+
* Fixed crash due to too aggressive management of wxModules when we load
122+
subordinate extensions that have their own wxModules (wx.html, wx.adv, etc.)
123+
(#688)
124+
125+
* Fixed StyledTextCtrl.MarkerDefineRGBAImage and RegisterRGBAImage methods to
126+
be able to accept any Python buffer compatible object for the pixel data. (#716)
127+
128+
117129

118130

119131

0 commit comments

Comments
 (0)