From 63375eb1ce4cc357029510f0ce41ae53b5f20257 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 17 Nov 2017 14:46:25 -0800 Subject: [PATCH] Add changelog item --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 5c7213dc..4777ba37 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -54,6 +54,8 @@ Changes in this release include the following: * Various fixes in UltimateListCtrl, HyperTreeList and CheckListCtrlMixin. (#592, #349, #612) +* Fix comparing DataViewItem and TreeListItem objects with None. (#595) +