From: Stefan Behnel Date: Fri, 9 Aug 2013 07:02:39 +0000 (+0200) Subject: changelog X-Git-Tag: 0.20b1~408 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ec7490511b9f7ceb408ac7203275ac85499b908;p=platform%2Fupstream%2Fpython-cython.git changelog --- 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 (??) ===================