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 ...@@ -16,9 +16,9 @@ Features added
Bugs fixed Bugs fixed
---------- ----------
* ``getitimer()``, ``setitimer()``, ``gettimeofday()`` and related type/constant * To fix a name collision and to reflect availability on host platforms,
definitions were moved from ``posix/time.pxd`` to ``posix/sys_time.pxd`` to standard C declarations [ clock(), time(), struct tm and tm* functions ]
fix a naming collision. were moved from posix/time.pxd to a new libc/time.pxd.
* Rerunning unmodified modules in IPython's cython support failed. * Rerunning unmodified modules in IPython's cython support failed.
Patch by Matthias Bussonier. 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