diff --git a/docs/changes.txt b/docs/changes.txt index f3c8858d8f..bca478b48c 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -118,6 +118,12 @@ All (GUI): - Store palette information for XPM images in wxImage (troelsk). - Fixed selection bugs and auto list numbering in wxRichTextCtrl. - Significantly optimize wxGrid::BlockToDeviceRect() for large grids (kjones). +- Introduced new wxAuiToolBar class for better integration and look-and-feel +- In wxAuiFrameManager, fixed a segfault when Update() is called + in between mouse-up and mouse-down events +- In wxAUI, Added various NULL-ptr asserts +- Fixed problem with Floatable(false) not working in wxAuiFrameManager +- Fixed maximize bug in wxAUI All (Unix):