Commit c1857115 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.23.x'

parents 36afc605 ef5f4ad6
...@@ -18,7 +18,7 @@ Other changes ...@@ -18,7 +18,7 @@ Other changes
------------- -------------
0.23 (2015-08-yy) 0.23 (2015-08-08)
================= =================
Features added Features added
...@@ -79,6 +79,9 @@ Features added ...@@ -79,6 +79,9 @@ Features added
* Const iterators were added to the provided C++ STL declarations. * Const iterators were added to the provided C++ STL declarations.
* Smart pointers were added to the provided C++ STL declarations.
Patch by Daniel Filonik.
* ``NULL`` is allowed as default argument when embedding signatures. * ``NULL`` is allowed as default argument when embedding signatures.
This fixes ticket 843. This fixes ticket 843.
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.23b2" __version__ = "0.23"
try: try:
from __builtin__ import basestring 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