Commit 9262e55c authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 7268f132
...@@ -45,12 +45,13 @@ Bugs fixed ...@@ -45,12 +45,13 @@ Bugs fixed
Other changes Other changes
------------- -------------
* The new ``posix.time`` declarations (added in 0.21) was split up to provide * The new ``posix.time`` declarations module (added in 0.21) was split up
a more widely available ``libc.time`` part. Patch by Charles Blake. to provide a more widely available ``libc.time`` part. Patch by Charles
Blake.
* Compilation no longer fails hard when unknown compilation options are passed. * Compilation no longer fails hard when unknown compilation options are
Instead, it raises a warning and ignores them (as it did silently before 0.21). passed. Instead, it raises a warning and ignores them (as it did silently
This will be changed back to an error in a future release. before 0.21). This will be changed back to an error in a future release.
0.21 (2014-09-10) 0.21 (2014-09-10)
......
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