From: Stefan Behnel Date: Sun, 5 May 2013 12:41:36 +0000 (+0200) Subject: changelog X-Git-Tag: 0.19.1~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30787529d7f43f7a28254441cc8d59bfce1badfd;p=platform%2Fupstream%2Fpython-cython.git changelog --- diff --git a/CHANGES.rst b/CHANGES.rst index 250ceb5..6fbb1c8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -29,6 +29,9 @@ Features added Bugs fixed ---------- +* The ``memoryview`` type name no longer shows up in the module dict of + modules that use memory views. This fixes trac ticket 775. + * Regression in 0.19 that rejected valid C expressions from being used in C array size declarations.