From 703dec2a1f2854425e508ba6f29c98d8a9f5395d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 15 Aug 2017 21:21:10 -0700 Subject: [PATCH] Add changelog entry --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 4aa587fa..96628ffa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -36,6 +36,8 @@ Changes in this release include the following: * Fixes to ensure that the locale message catalogs are included in the release files. (#464) +* Fix wx.ListCtrl.SetItemData to check that the data value is not out of + the range of a C long. (#467)