Commit 089c4e51 authored by Charles Blake's avatar Charles Blake

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

--HG--
extra : transplant_source : %D9vU7%ADB%21%A0%FD%C0%09%AC%90h%FB%5E%259w.
parent be184676
...@@ -26,9 +26,9 @@ Bugs fixed ...@@ -26,9 +26,9 @@ Bugs fixed
* Reference leak for non-simple Python expressions in boolean and/or expressions. * Reference leak for non-simple Python expressions in boolean and/or expressions.
* ``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