Skip to content

Commit

Permalink
MNT: Add release dates to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed May 3, 2019
1 parent 82406a9 commit 05f8378
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.5.4
0.5.4 (2019-04-21)
=====
- Bugfixes:
- Added support for metaclass subclasses.
Expand All @@ -7,7 +7,7 @@
- Don't expand `os.environ` parameter default value as exposing it
is a security issue.

0.5.3
0.5.3 (2019-03-05)
=====
- Only close standard input if `--close-stdin` is used. This flips
the previous (hopefully rarely required) default.
Expand All @@ -24,7 +24,7 @@
- New optional sorting of variables, functions, classes.
- New configurable Highlight.js style.

0.5.2
0.5.2 (2019-02-04)
=====
- Add `__main__.py` so users can invoke `python -m pdoc`.
- Fix: List builtin class method descriptors
Expand All @@ -38,11 +38,11 @@
- Two-column TOC reference lists only when all names are short.
- TOC links for some class no longer lead to its ancestor class.

0.5.1
0.5.1 (2019-01-11)
=====
- Markdown >= 3.0.0 requirement.

0.5.0
0.5.0 (2019-01-10)
=====
- Relicensed as AGPL-3.0.
- Major refactoring, Python 3 compatibility.
Expand Down Expand Up @@ -71,7 +71,7 @@
- To disable documenting an identifier with `__pdoc__`, prefer `False`
to `None` (deprecated).

0.3.1
0.3.1 (2014-12-02)
=====
- Source code is extracted from __wrapped__ if it exists, and then
falls back to inspect.getsourcelines. This reverses the behavior
Expand Down

0 comments on commit 05f8378

Please sign in to comment.