diff --git a/docs/changes.txt b/docs/changes.txt index 5917d9c43d..c9b7521f87 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -93,7 +93,9 @@ All (GUI): - Fix wxTextEntry::SetHint() with wxTE_PASSWORD in generic implementation. - Many fixes and improvements in Direct2D, Cairo, and GDI+ graphics renderers. - Fix and unify clipping region support for MSW and GTK+. -- Fix rescaling of wxImage +- Fix rescaling of wxImage. +- Fix displaying edited value of wxUIntProperty (wxPropertyGrid). +- Fix displaying validation errors for numeric wxPropertyGrid properties. wxGTK: