summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-10-14 20:43:43 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-10-14 20:43:43 +0200
commit8a1c831e2a6dcf29dfecb017bfe3a434b34e5436 (patch)
tree4428e7a5bfb17919c71e66d4c38cdc6684b6bc16
parent1213eceeb0be792adf86ba6e9e7a6d9bb0df0611 (diff)
downloadcython-8a1c831e2a6dcf29dfecb017bfe3a434b34e5436.tar.gz
changelog
-rw-r--r--CHANGES.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 11f74c35a..ac0f8b15a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -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.