Commit 2f269faf authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent f19db07c
...@@ -184,6 +184,7 @@ Other changes ...@@ -184,6 +184,7 @@ Other changes
but with ``str`` literals (also in Python 2.7). This is a backwards incompatible but with ``str`` literals (also in Python 2.7). This is a backwards incompatible
change from the previous default of Python 2 semantics. The previous behaviour change from the previous default of Python 2 semantics. The previous behaviour
is available through the directive ``language_level=2``. is available through the directive ``language_level=2``.
(Github issue #2565)
* Cython no longer generates ``__qualname__`` attributes for classes in Python * Cython no longer generates ``__qualname__`` attributes for classes in Python
2.x since they are problematic there and not correctly maintained for subclasses. 2.x since they are problematic there and not correctly maintained for subclasses.
......
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