Added CHANGELOG entry

This commit is contained in:
Ashley Whetter 2020-10-26 15:33:55 -07:00
parent 5ee7dbef59
commit 6a6f7a9f17

View File

@ -18,6 +18,11 @@ Features
* Added support for using type hints as parameter types and return types
via the ``sphinx.ext.autodoc.typehints`` extension.
Bug Fixes
^^^^^^^^^
* `#246 <https://github.com/readthedocs/sphinx-autoapi/issues/246>`:
Fixed TypeError when parsing a class that inherits from ``type``.
V1.5.1 (2020-10-01)
-------------------