Commit df153f79 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 03af367c
...@@ -15,11 +15,11 @@ Features added ...@@ -15,11 +15,11 @@ Features added
* Tracing is supported in ``nogil`` functions/sections and module init code. * Tracing is supported in ``nogil`` functions/sections and module init code.
* Adding/subtracting/dividing and equality comparisons with constant Python * Adding/subtracting/dividing/modulus and equality comparisons with
floats and small integers are faster. constant Python floats and small integers are faster.
* Binary and/or/xor/rshift operations and division/modulus with small * Binary and/or/xor/rshift operations with small constant Python integers
constant Python integers are faster. are faster.
Bugs fixed Bugs fixed
---------- ----------
......
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