X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68320e40cde2ceaac4645db9ae2989e3101fde45..af2309c0fb59458b70a9645b140fbd1d7a4b801c:/wxPython/CHANGES.txt diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 7417c75b3a..110a9a021b 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -8,6 +8,11 @@ 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.