Commit 049f839d authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 631475ac
...@@ -20,6 +20,9 @@ Bugs fixed ...@@ -20,6 +20,9 @@ Bugs fixed
* Creating an empty unicode slice with large bounds could crash. * Creating an empty unicode slice with large bounds could crash.
Patch by Sam Sneddon. (Github issue #3531) Patch by Sam Sneddon. (Github issue #3531)
* Decoding an empty bytes/char* slice with large bounds could crash.
Patch by Sam Sneddon. (Github issue #3534)
* Creating a fused function attached it to the garbage collector before it * Creating a fused function attached it to the garbage collector before it
was fully initialised, thus risking crashes in rare failure cases. was fully initialised, thus risking crashes in rare failure cases.
Original patch by achernomorov. (Github issue #3215) 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