Commit 698d162b authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents 921fd3d9 43517bfb
......@@ -261,6 +261,9 @@ Features added
Bugs fixed
----------
* Creating an empty unicode slice with large bounds could crash.
Patch by Sam Sneddon. (Github issue #3531)
* Creating a fused function attached it to the garbage collector before it
was fully initialised, thus risking crashes in rare failure cases.
Original patch by achernomorov. (Github issue #3215)
......
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