From 1ec7490511b9f7ceb408ac7203275ac85499b908 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 9 Aug 2013 09:02:39 +0200 Subject: [PATCH] changelog --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 612a9c5..64000fa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -29,6 +29,9 @@ Bugs fixed Other changes ------------- +* In Py3.4+, the Cython generator type uses ``tp_finalize()`` for cleanup + instead of ``tp_del()``. + 0.19.2 (??) =================== -- 2.7.4