Skip to content

Commit a1f0a15

Browse files
committed
MNT: Update ChangeLog to 0.5.3
1 parent 1e6e58e commit a1f0a15

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0.5.3
2+
=====
3+
- Only close standard input if `--close-stdin` is used. This flips
4+
the previous (hopefully rarely required) default.
5+
- Fix backslashes in relative `Doc.url()` on Windos.
6+
- New support for `.. include::` reST directive that includes
7+
verbatim content from another file.
8+
- Dev web server (`--http`) fixes:
9+
- Unify `--http` and non-`--http` behavior by always adding
10+
cwd to `sys.path`.
11+
- Fix favicon.ico errors in `--http` mode.
12+
- HTML template:
13+
- Make TOC reference lists two- or three-column only if enough room for it.
14+
- Fix: Hyperlink raw URLs.
15+
- New optional sorting of variables, functions, classes.
16+
- New configurable Highlight.js style.
17+
118
0.5.2
219
=====
320
- Add `__main__.py` so users can invoke `python -m pdoc`.

0 commit comments

Comments
 (0)