diff --git a/docs/changes.txt b/docs/changes.txt index 4acf1c8870..a55436c47f 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -123,6 +123,7 @@ All (GUI): the item is already in the desired state. - Fixed bug in wxSizer::Replace(size_t, wxSizerItem *) whereby SetContainingSizer is not called. +- Fixed compilation with libpng 1.5 and above. wxMSW: @@ -150,6 +151,10 @@ wxGTK: reported as 0 when the menu hasn't fully realized yet. Now updates the height during idle time if it is 0, otherwise no menu is shown. +wxUniv: + +- Fixed assertion in tree control sample due to colour index not being supported. + 2.8.11: -------