From b6a38c1cb83c764fd8a06bcdd2d68beb86922e57 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 10 Oct 2018 19:37:25 -0700 Subject: [PATCH] Add changelog --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 5ca6a47d..234c8fc3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -136,6 +136,13 @@ Changes in this release include the following: * Fixed wx.ListCtrl.Append when wx.LC_SORT style is used, so appending items out of order does not lose the data for the remaining columns. (#906) +* Add wx.Accessible, it's Windows-only, will raise a NotImplementedError + exception on the other platforms. (#958) + +* Added the ability to generate stub classes for use when optional wxWidgets + features are not part of the build. So far, stubs are available for + wx.Accessible, wx.glcanvas, wx.media and wx.html2. +