From 4cab0f7dc0683516cd591285e392ebebca74e983 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 5 May 2017 17:38:51 -0700 Subject: [PATCH] =?UTF-8?q?add=20note=20about=20GridTableBase.GetValue=20f?= =?UTF-8?q?ix=20and=20mention=20we=E2=80=99re=20using=20official=20wxWidge?= =?UTF-8?q?ts=203.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8d89ea27..5ba49461 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,7 +7,9 @@ Recent Changes for wxPython 4.0.0a2 ------- -* 30-Apr-2017 +* 6-May-2017 + +This build of wxPython is based on the official wxWidgets 3.0.3 release. Various tweaks and bug fixes: @@ -40,6 +42,9 @@ Various tweaks and bug fixes: * Fixed crash when using wx.xrc.XmlSubclassFactory + * Fixed wx.grid.GridTableBase.GetValue and related methods to work more like + they did in Classic, so non-string values can be used a little more + easily. Added building and bundling of the PDB files for wxWidgets and the wxPython extensions on Windows. Until a better place is found they will be @@ -49,7 +54,6 @@ archives for the documentation as well as the demo and samples. - 4.0.0a1 "The Phoenix Rises!" ----------------------------- * 15-Apr-2017