Commit 187e8c5b authored by Stefan Behnel's avatar Stefan Behnel

changelog

--HG--
extra : rebase_source : 889ca43dd6769a6208f8c69e36f2103468b3b546
parent 0fdb241a
......@@ -55,6 +55,12 @@ Features added
Bugs fixed
----------
* ``yield`` works inside of ``with gil`` sections. It previously lead to a crash.
This fixes trac ticket 803.
* Static methods without explicitly named positional arguments (e.g. having only
``*args``) crashed when being called. This fixes trac ticket 804.
* ``dir()`` without arguments previously returned an unsorted list, which now
gets sorted as expected.
......
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