Commit 8a1c831e authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 1213ecee
......@@ -28,7 +28,8 @@ Bugs fixed
* To fix a name collision and to reflect availability on host platforms,
standard C declarations [ clock(), time(), struct tm and tm* functions ]
were moved from posix/time.pxd to a new libc/time.pxd.
were moved from posix/time.pxd to a new libc/time.pxd. Patch by Charles
Blake.
* Rerunning unmodified modules in IPython's cython support failed.
Patch by Matthias Bussonier.
......@@ -45,10 +46,6 @@ Bugs fixed
Other changes
-------------
* The new ``posix.time`` declarations module (added in 0.21) was split up
to provide a more widely available ``libc.time`` part. Patch by Charles
Blake.
* Compilation no longer fails hard when unknown compilation options are
passed. Instead, it raises a warning and ignores them (as it did silently
before 0.21). This will be changed back to an error in a future release.
......
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