mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Start CHANGES text for next release.
This commit is contained in:
12
CHANGES.rst
12
CHANGES.rst
@@ -5,6 +5,18 @@ Recent Changes for wxPython
|
||||
===========================
|
||||
|
||||
|
||||
4.0.0a3 (or maybe b1 ???)
|
||||
-------
|
||||
*
|
||||
|
||||
Fixed a few cases where the GIL was not acquired before building tuples of
|
||||
values. The problems associated with this (hangs or crashes) were sporadic and
|
||||
seemingly random, and did not appear until there was a background thread that
|
||||
was very busy. Running under a debug build of Python revealed the problem
|
||||
almost immediately. Yay Python!
|
||||
|
||||
|
||||
|
||||
4.0.0a2
|
||||
-------
|
||||
* 6-May-2017
|
||||
|
||||
Reference in New Issue
Block a user