- Added `ClassInheritance` class which has much better support for class inheritance than the previous solution - Removed `PyMdDoc.get_docs_with_inheritance()` (the aforementioned previous solution) - Edited the tag for static functions from `_This is a static function_` to `_(Static)_` - Added a `Value` column to the class variable tables
0.3.0
- Renamed `PyMdDoc.get_toc(doc)` to `PyMdDoc.get_doc_toc(doc)` - Added `PyMdDoc.get_dir_toc(directory, import_prefix, link_prefix, class_name_overrides=None)` - Updated API document (it was very out of date!)
0.2.7
- Added optional parameter `overwrite_child_functions` to `PyMdDoc.get_docs_with_inheritance()`.
0.2.6
- Moved this changelog to its own file. - Added enum documentation support for other enum types besides `Enum`: `IntEnum`, `IntFlag`, and `Flag`.