summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-10-14 20:18:22 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-10-14 20:18:22 +0200
commit9262e55cd63de814f3a8fba3e21c98099c6a0d5c (patch)
tree9ddf8bd0775388ded685c6add3c13fed59e55fad
parent7268f132ba47f722544bc07eced3c57c9f74b0f6 (diff)
downloadcython-9262e55cd63de814f3a8fba3e21c98099c6a0d5c.tar.gz
changelog
-rw-r--r--CHANGES.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b0721f645..11f74c35a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -45,12 +45,13 @@ Bugs fixed
Other changes
-------------
-* The new ``posix.time`` declarations (added in 0.21) was split up to provide
- a more widely available ``libc.time`` part. Patch by Charles Blake.
+* 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.
+* 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.
0.21 (2014-09-10)