added section about incompatibilities between 2.2 and 2.3

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-10-15 19:08:01 +00:00
parent e23081dec8
commit bbed9595c1

View File

@ -1,6 +1,14 @@
wxWindows 2 Change Log
----------------------
INCOMPATIBLE CHANGES SINCE 2.2.x
================================
wxMSW:
- child frames appear in the taskbar by default now, use wxFRAME_NO_TASKBAR
style to avoid it
2.3.2
-----