From 439f97c1c5aac4f547ee4c3d94cbfe6c83608acb Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 1 May 2013 12:13:57 +0200 Subject: [PATCH] changelog --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index ccd50f2..52dce64 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,14 @@ Cython Changelog Features added -------------- +* 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. + +* The automatic signature documentation tries to preserve more semantics + of default arguments and argument types. Specifically, ``bint`` arguments + now appear as type ``bool``. Patch by Nikita Nemkin. + * A warning is emitted when negative literal indices are found inside of a code section that disables ``wraparound`` handling. This helps with fixing invalid code that might fail in the face of future compiler -- 2.7.4