- Dropped Python 3.5 support - Added the simplify_optional_unions config option (PR by tillhainbach) - Fixed indentation of multiline strings (PR by Yuxin Wu)
1.11.1
- Changed formatting of `None` to point to the Python stdlib docs (PR by Dominic Davis-Foster) - Updated special dataclass handling (PR by Lihu Ben-Ezri-Ravin)
1.11.0
- Dropped support for Sphinx \< 3.0 - Added support for alternative parameter names (`arg`, `argument`, `parameter`) - Fixed import path for Signature (PR by Matthew Treinish) - Fixed `TypeError` when formatting a parametrized `typing.IO` annotation - Fixed data class displaying a return type in its `__init__()` method
1.10.3
- Fixed `TypeError` (or wrong rendered class name) when an annotation is a generic class that has a `name` property
1.10.2
- Fixed inner classes missing their parent class name(s) when rendered
1.10.1
- Fixed `KeyError` when encountering mocked annotations (`autodoc_mock_imports`)