From 3ba2e000ea5bc45cfa75a4c332cde925fcdc66bc Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 20 May 2020 13:20:03 -0700 Subject: [PATCH] Add changelog entry --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 1785e7cd..9a8591d6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -33,6 +33,9 @@ New and improved in this release: between a truely empty cell, and one that has a value even if it is an empty string. (#1600) +* Added flag that allows blocking of item dragging in the UltimateListControl + class. (PR#1620) +