X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5a5d6473c0f5339854a4105a57c6a733632f073..f538710f0b798b21365fd614ba531055b225b115:/wxPython/CHANGES.txt diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 616d2afb16..110a9a021b 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -4,14 +4,20 @@ CHANGES.txt for wxPython 2.3.3 ----- - Added wxSplashScreen. +Added wxGenericDirCtrl. + +Added wxMultiChoiceDialog. + +The calltip window and autocomplete window in wxSTC will now use a +wxPopupWindow if available so they can extend beyond the client area +of the STC if needed. + 2.3.2.1 ------- - Changed (again) how the Python global interpreter lock is handled as well as the Python thread state. This time it works on SMP machines without barfing and is also still compatible with Python debuggers.