Commit 1491df80 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent dfb8af1c
......@@ -29,6 +29,10 @@ Features added
Bugs fixed
----------
* The C code for extension types is now generated in topological order
instead of source code order to avoid C compiler errors about missing
declarations for subtypes that are defined before their parent.
* The ``memoryview`` type name no longer shows up in the module dict of
modules that use memory views. This fixes trac ticket 775.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment