X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/431f4c161d25318d8d612dc90df1d063a54f1784..268766dd1f2a2d4d593d1d65893f62b5753ff20b:/wxPython/CHANGES.txt diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 3169d4befb..8d16f5116f 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -42,6 +42,15 @@ Added wxNativeFontInfo and wxFontMapper. Added pySketch to the samples. +Significantly changed how the Python interpreter lock and thread state +are managed, which should fix the problem of running on a +multi-processor machine. + +Added wxPyLog so log targets can be created in Python to handle log +messages however is wished. See demo/Main.py for an example. + + + 2.3.1