Commit d883b86f authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent d52624db
...@@ -16,8 +16,13 @@ Features added ...@@ -16,8 +16,13 @@ Features added
Bugs fixed Bugs fixed
---------- ----------
* The ``switch`` statement generation failed to apply to the body of converted * The copy of a read-only memoryview was considered read-only as well, whereas
if-statements. a common reason to copy a read-only view is to make it writable. The result
of the copying is now a writable buffer by default.
(Github issue #2134)
* The ``switch`` statement generation failed to apply recursively to the body of
converted if-statements.
* ``NULL`` was sometimes rejected as exception return value when the returned * ``NULL`` was sometimes rejected as exception return value when the returned
type is a fused pointer type. type is a fused pointer type.
......
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