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

Update changelog and prepare release of 0.28.5.

parent c332fbb3
......@@ -2,6 +2,19 @@
Cython Changelog
================
0.28.5 (2018-08-03)
===================
Bugs fixed
----------
* 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)
===================
......
# cython.* namespace for pure mode.
from __future__ import absolute_import
__version__ = "0.28.4"
__version__ = "0.28.5"
try:
from __builtin__ import basestring
......
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