From b3d4c870daa39c8164c5db180224cd5ace0bb231 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Fri, 22 Jul 2016 23:12:35 +0200 Subject: [PATCH] Update changelog Mention of recent wxPG-related fixes 6e97a2cb i c3fa684a. --- docs/changes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: