From be0303ad9af4a4d8ad078da1f3bef5280e92423f Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 4 May 2013 15:40:50 +0200 Subject: [PATCH] changelog --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c568fdb..8e2357b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Cython Changelog Features added -------------- +* Completely empty C-API structs for extension type slots (protocols like + number/mapping/sequence) are no longer generated into the C code. Patch + by Nikita Nemkin. + * Docstrings that directly follow a public/readonly attribute declaration in a cdef class will be used as docstring of the auto-generated property. This fixes ticket 206. Patch by Nikita Nemkin. -- 2.7.4