From 7268f132ba47f722544bc07eced3c57c9f74b0f6 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 14 Oct 2014 20:13:49 +0200 Subject: changelog --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.1