Skip to content

Commit da9b646

Browse files
committed
Update CHANGELOG for 0.6.4
1 parent 70a56c9 commit da9b646

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.6.4 (2019-09-26)
2+
=====
3+
- New template tunable `syntax_highlighting=True` that controls whether
4+
Highlight.js is included even if `show_source_code=False`.
5+
- Fix `pdoc.Class.mro()` for types extending types with the same name.
6+
- Support initializing `pdoc.Module` from module string.
7+
- HTML-escape function parameter defaults so that objects' reprs don't
8+
break HTML.
9+
- Other small bug fixes.
10+
111
0.6.3 (2019-07-03)
212
=====
313
- New support for LaTeX math syntax (using new config tunable `latex_math=True`).

0 commit comments

Comments
 (0)