From 1922f91302a344280157fa1345c7c20620597416 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 20 May 2020 13:58:46 -0700 Subject: [PATCH] Add changelog item --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 9a8591d6..fffd7b92 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -36,6 +36,8 @@ New and improved in this release: * Added flag that allows blocking of item dragging in the UltimateListControl class. (PR#1620) +* Add the column index to notification events in UltimateListControl (PR#1630) +