Commit 9fa25cb6 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.28.x'

parents ad6493a4 15a8ec24
......@@ -57,10 +57,6 @@ Bugs fixed
exception stack traces.
Patch by Jeroen Demeyer. (Github issue #2492)
* The discouraged usage of GCC's attribute ``optimize("Os")`` was replaced by the
similar attribute ``cold`` to reduce the code impact of the module init functions.
(Github issue #2494)
Other changes
-------------
......@@ -72,6 +68,16 @@ Other changes
slightly slower, by about 5-7%.
0.28.5 (2018-08-03)
===================
* The discouraged usage of GCC's attribute ``optimize("Os")`` was replaced by the
similar attribute ``cold`` to reduce the code impact of the module init functions.
(Github issue #2494)
* A reference leak in Py2.x was fixed when comparing str to unicode for equality.
0.28.4 (2018-07-08)
===================
......
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