From 3eef67fa1767dd293cce15c54201355e7192d3be Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 17 Apr 2020 16:35:49 -0700 Subject: [PATCH] Add changelog --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e41f6936..0a92c8d5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -94,6 +94,13 @@ New and improved in this release: the Animation objects are created. See the AnimationCtrl.py sample in the demo for the various usage patterns (#1579) +* Added wrappers for the wx.grid.GridBlockCoords, wx.grid.GridBlocks, and + wx.grid.GridBlockDiffResult classes, as well as associated new methods in the + wx.grid.Grid class. These provide a new way to interact with blocks of + selected cells, including an iterator interface in wx.grid.GridBlocks which + should be a more efficient (time and memory) way to process large groups of + selections. +