Add changelog item for SetPropertyValue fix

This commit is contained in:
Robin Dunn
2017-09-15 09:38:23 -07:00
parent d708fa67fb
commit 00cac02778

View File

@@ -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)