summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-10-14 20:13:49 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-10-14 20:13:49 +0200
commit7268f132ba47f722544bc07eced3c57c9f74b0f6 (patch)
treed75ab99df51c3e6e27cacfc208bd3a8885f95f5c
parent1a4229cc003b2a4a748f9f72248a5b498f2780fd (diff)
downloadcython-7268f132ba47f722544bc07eced3c57c9f74b0f6.tar.gz
changelog
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ea2fe2886..b0721f645 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -45,6 +45,9 @@ 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.
+
* 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.