Commit 93e3bb9b authored by Stefan Behnel's avatar Stefan Behnel

Prepare release of 0.28.2.

parent f1c21d85
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cython Changelog Cython Changelog
================ ================
0.28.2 (2018-??-??) 0.28.2 (2018-04-13)
=================== ===================
Features added Features added
...@@ -13,6 +13,9 @@ Features added ...@@ -13,6 +13,9 @@ Features added
* The C++11 methods ``front()`` and ``end()`` were added to the declaration of * The C++11 methods ``front()`` and ``end()`` were added to the declaration of
``libcpp.string``. Patch by Alex Huszagh. (Github issue #2123) ``libcpp.string``. Patch by Alex Huszagh. (Github issue #2123)
* The C++11 methods ``reserve()`` and ``bucket_count()`` are declared for
``std::unordered_map``. Patch by Valentin Valls. (Github issue #2168)
Bugs fixed Bugs fixed
---------- ----------
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.28.1" __version__ = "0.28.2"
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