From 90cf12c8f66612d7d42753b1d222daa7a1a62af2 Mon Sep 17 00:00:00 2001 From: Clare Shanahan Date: Thu, 9 Jan 2025 11:07:34 -0500 Subject: [PATCH] . --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 001d4de5b4..edc73564c7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,7 +9,7 @@ New Features - Viewer data-menus are now found in the legend on the right of the viewer. [#3281] - Added 'select_rows' method to plugin tables to enable changing - curent selection by indicies or slice. Also added 'select_all' and 'deselect_all' + curent selection by indicies or slice. Also added 'select_all' and 'select_none' methods to change active selection to all table items or clear all selected items without clearing the table. [#3381]