Test case: ```python def test() -> None: """ Test .. versionchanged:: 1.1.0 """ pass ``` is rendered as: ```python """ Test :rtype: None Changed in version 1.1.0. """ ``` tested with commit 071901d3b similar to https://github.com/tox-dev/sphinx-autodoc-typehints/issues/467