X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f0e16e186a58e730e38400f5ddd96df62ee19bb..73ed39b580977913998bbb988e52e474fe9835ae:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index ccc8f9a745..a97a82e1a5 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -2,6 +2,24 @@ wxWidgets Change Log - For more verbose changes, see the manual --------------------------------------------------------------- +2.6.1 +----- + +All: + +- Added wxLaunchDefaultBrowser. + +wxMSW: + +- Fixed erroneous selection of content in wxComboBox when within a wxStaticBox. + +wxMac: + +- Added support for launching 'APPL' bundles with wxExecute (usually they have a + .app extension and are the ones that reside in the Applications folder). +- Fixed a bug in wxGetKeyState where shift and some other keys were returning an + incorrect state. + 2.6.0 -----