Commit efd2f1cd authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents 750d6b5f 49414dbc
......@@ -67,12 +67,6 @@ Bugs fixed
* Compiling package ``__init__`` files could fail under Windows due to an
undefined export symbol.
* Coverage reporting could fail when modules were moved around after the build.
Patch by Wenjun Si. (Github issue #2776)
* Some MSVC++ issues with complex numbers were resolved.
(Github issue #2797)
* A C compiler cast warning was resolved.
Patch by Michael Buesch. (Github issue #2775)
......@@ -95,7 +89,7 @@ Other changes
* Support for Python 2.6 was removed.
0.29.3 (2019-??-??)
0.29.3 (2019-01-19)
===================
Bugs fixed
......@@ -105,11 +99,17 @@ Bugs fixed
Patch by Martijn van Steenbergen. (Github issue #2779)
* C89 compatibility was accidentally lost since 0.28.
Patch by gastineau. (Github issue #2778)
Patches by gastineau and true-pasky. (Github issues #2778, #2801)
* A C compiler cast warning was resolved.
Patch by Michael Buesch. (Github issue #2774)
* An compilation failure with complex numbers under MSVC++ was resolved.
(Github issue #2797)
* Coverage reporting could fail when modules were moved around after the build.
Patch by Wenjun Si. (Github issue #2776)
0.29.2 (2018-12-14)
===================
......
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