-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCHANGELOG
More file actions
52 lines (29 loc) · 1.07 KB
/
CHANGELOG
File metadata and controls
52 lines (29 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
master
* Add regression tests.
docwriter-1.3 (2020-03-21)
* Drop support for Python < 3.5.
docwriter-1.2.1 (2020-02-29)
* Fix code blocks after Markdown 3.2 release.
* Fix incompatible dependency of Markdown.
docwriter-1.2 (2019-12-09)
* Automatically create the 'markdown' directory if it does not exist.
* Add option `site` to build the static site in a custom directory.
docwriter-1.1.1 (2019-03-14)
* [Security] Bump pyyaml from 3.13 to 5.1.
docwriter-1.1 (2019-03-02)
* Use fixed version numbers in `requirements.txt`.
* Add `CONTRIBUTING.md`.
* Improve `README.md`.
docwriter-1.0.2 (2018-09-04)
* Show cross-referenced text in monospaced font.
docwriter-1.0.1 (2018-08-07)
* Fix 'Docs' link in breadcrumb navigation.
docwriter-1.0 (2018-08-06)
* Support MkDocs 1.0 and drop support for previous versions.
docwriter-0.3.1 (2018-08-03)
* Change content type of README to markdown.
docwriter-0.3 (2018-08-02)
* Change TOC link to 'index.html'.
* Show long description in pypi project page.
docwriter-0.2 (2018-08-02)
* Initial release.