Commit 5ab92ce5 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 76043d6e
......@@ -51,6 +51,14 @@ Features added
* Inlined properties can be defined for external extension types.
Patch by Matti Picus. (Github issue #2640)
* The ``str()`` builtin now calls ``PyObject_Str()`` instead of going
through a Python call.
Patch by William Ayd. (Github issue #3279)
* String concatenation can now happen in place if possible, by extending the
existing string rather than always creating a new one.
Patch by David Woods. (Github issue #3451)
* Multiplication of Python numbers with small constant integers is faster.
(Github issue #2808)
......
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