Commit 92e16f1e authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent df47ca33
......@@ -8,6 +8,8 @@ Cython Changelog
Features added
--------------
* Constant Python float values are cached.
* ``bytearray`` has become a known type and supports coercion from and
to C strings. Indexing, slicing and decoding is optimised. Note that
this may have an impact on existing code due to type inference.
......
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