Skip to content

Commit fb371ae

Browse files
committed
MNT: Update Changelog to 0.5.2
1 parent 19f3c54 commit fb371ae

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
0.5.2
2+
=====
3+
- Add `__main__.py` so users can invoke `python -m pdoc`.
4+
- Fix: List builtin class method descriptors
5+
- Google docstring format fixes:
6+
- Support for 2-space indents.
7+
- Recognize sections even when not preceded by an empty line.
8+
- Recognize additional characters (`,=[]`) in type specifications.
9+
- HTML template fixes:
10+
- Fixed some CSS typos.
11+
- Re-styled View Source button in HTML template.
12+
- Two-column TOC reference lists only when all names are short.
13+
- TOC links for some class no longer lead to its ancestor class.
14+
15+
0.5.1
16+
=====
17+
- Markdown >= 3.0.0 requirement.
18+
119
0.5.0
220
=====
321
- Relicensed as AGPL-3.0.

0 commit comments

Comments
 (0)