From 00cac027781495ea07cba8fb06d4651b228df26e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 15 Sep 2017 09:38:23 -0700 Subject: [PATCH] Add changelog item for SetPropertyValue fix --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d2a0be38..c8077db2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -94,6 +94,10 @@ Changes in this release include the following: * Fix bug in wx.SearchCtrl.SetCancelBitmap (#532) +* Fixed property grid SetPropertyValue method to not truncate floating point + values to integers, and a couple other possible incorrect conversions. + (#536) +