* Fixed regression which caused TypeError or OSError when trying to set annotations due to PR #87
* Fixed unintentional mangling of annotation type names
* Added proper :py:data targets for NoReturn, ClassVar and Tuple
* Added support for inline type comments (like (int, str) -> None) (PR by Bernát Gábor)
* Use the native AST parser for type comment support on Python 3.8+
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=10
* Fixed unwrapped local functions causing errors (PR by Kimiyuki Onaka)
* Fixed AttributeError when documenting the __init__() method of a data class
* Added support for type hint comments (PR by Markus Unterwaditzer)
* Added flag for rendering classes with their fully qualified names (PR by Holly Becker)
- Remove merged patch sphinx21.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=8