Commit 70a54300 authored by Robert Bradshaw's avatar Robert Bradshaw

Update release notes for 0.25.2b1.

parent a531a31c
......@@ -2,12 +2,14 @@
Cython Changelog
================
0.25.2 (2016-11-xx)
0.25.2 (2016-12-xx)
===================
Bugs fixed
----------
* Fixes several issues with C++ template deduction.
* Fixes a issue with bound method type inference (Github issue #551).
* Fixes a bug with cascaded tuple assignment (Github issue #1523).
......
# cython.* namespace for pure mode.
from __future__ import absolute_import
__version__ = "0.25.2b0"
__version__ = "0.25.2b1"
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