changelog
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 5 May 2013 12:41:36 +0000 (14:41 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 5 May 2013 12:41:36 +0000 (14:41 +0200)
CHANGES.rst

index 250ceb5..6fbb1c8 100644 (file)
@@ -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.