Commit 77b4c4ba authored by Charles Blake's avatar Charles Blake

Change CHANGES.rst to reflect the actual difference from 0.21 release.

parent 3abbe02b
......@@ -16,9 +16,9 @@ Features added
Bugs fixed
----------
* ``getitimer()``, ``setitimer()``, ``gettimeofday()`` and related type/constant
definitions were moved from ``posix/time.pxd`` to ``posix/sys_time.pxd`` to
fix a naming collision.
* 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.
* Rerunning unmodified modules in IPython's cython support failed.
Patch by Matthias Bussonier.
......
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