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
-----
All (GUI):
- support for virtual list control added
+- column images in report mode of the list control
- wxFindReplaceDialog added (based on work of Markus Greither)
- wxTextCtrl::SetMaxLength() added (wxMSW/wxGTK)
- polygon support in wxRegion (Klaas Holwerda)
+- fixed bug with using wxExecute() to capture huge amounts of output
wxHTML:
- new HTML parser with correct parsing of character entities and fixes
to tags parsing
+- added support for animated GIFs
2.3.1
-----