Add changelog entry

This commit is contained in:
Robin Dunn
2020-05-20 13:20:03 -07:00
parent ed2e69eb46
commit 3ba2e000ea

View File

@@ -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)