Commit 96578f80 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents ca688476 2a85b461
......@@ -31,6 +31,25 @@ Other changes
* Support for Python 2.6 was removed.
0.29.2 (2018-12-??)
===================
Bugs fixed
----------
* The code generated for deduplicated constants leaked some references.
(Github issue #2750)
* The declaration of ``sigismember()`` in ``libc.signal`` was corrected.
(Github issue #2756)
* Crashes in compiler and test runner were fixed.
(Github issue #2736, #2755)
* A C compiler warning about an invalid safety check was resolved.
(Github issue #2731)
0.29.1 (2018-11-24)
===================
......
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