From a7f15b3e8091343b6af2ad239a433aa618344d75 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 7 Sep 2017 20:44:05 -0700 Subject: [PATCH] Add changelog --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 2b0d994e..3617f181 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -75,6 +75,8 @@ Changes in this release include the following: * Fix missing imports needed for drawing the legend in wx.lib.plot. (#503) +* Fix other instances of list.sort using old cmp-style ordering functions. + (#508)