Changelog update for 4.1.2

This commit is contained in:
Robin Dunn
2021-07-24 16:05:11 -07:00
parent f321c561ad
commit 7f5de39592

View File

@@ -18,6 +18,8 @@ Pip: ``pip install wxPython==4.1.2``
New and improved in this release: New and improved in this release:
* This release is built using wxWidgets' 3.1.5 release tag.
* Tweaked the build scripts a bit to ensure that on non-Windows platforms that * Tweaked the build scripts a bit to ensure that on non-Windows platforms that
the complier and flags used by default match those used by wxWidgets, (with the complier and flags used by default match those used by wxWidgets, (with
the flags needed by Python added on.) The compiler commands can be overridden the flags needed by Python added on.) The compiler commands can be overridden
@@ -35,6 +37,12 @@ New and improved in this release:
* Fixed issues related to `time_t` being treated as a 32-bit value on Windows. * Fixed issues related to `time_t` being treated as a 32-bit value on Windows.
(#1910) (#1910)
* Added wx.FullScreenEvent and wx.EVT_FULLSCREEN.
* The legacy, OSX-Only wx.webkit module has been removed.
4.1.1 "An attitude of gratitude" 4.1.1 "An attitude of gratitude"