Commit 53985a5a authored by Robert Bradshaw's avatar Robert Bradshaw

Changelog, version bump for 0.25.1b0

parent 4ecdd3e4
......@@ -2,7 +2,26 @@
Cython Changelog
================
0.25 (2016-??-??)
0.25.1 (2016-10-26?)
=================
Bugs fixed
----------
* Fixes a bug with ``isinstance(o, Exception)`` (Github issue #1496).
* Fixes bug with ``cython.view.array`` missing utility code in some cases
(Github issue #1502).
Other changes
-------------
* The distutils extension ``Cython.Distutils.build_ext`` has been reverted,
temporarily, to be ``old_build_ext`` to give projects time to migrate.
The new build_ext is available as ``new_build_ext``.
0.25 (2016-10-25)
=================
Features added
......
# cython.* namespace for pure mode.
from __future__ import absolute_import
__version__ = "0.25"
__version__ = "0.25.1b0"
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