wxWidgets Change Log - For more verbose changes, see the manual
---------------------------------------------------------------
+2.7.0
+-----
+
+All:
+
+- wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag
+
+All (GUI):
+
+- added wxTreeBook
+- added wxDialog::SetEscapeId()
+- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
+ wxComboBox and wxChoice)
+
+wxMSW:
+
+- wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson)
+- Switching page of a hidden notebook doesn't lose focus (Jamie Gadd)
+
+Unix:
+
+- NO_GCC_PRAGMA is not used any more, remove checks for it if you used it
+
+
2.6.2
-----