We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b849dae commit 58631abCopy full SHA for 58631ab
CHANGES.rst
@@ -1,6 +1,15 @@
1
Changes
2
=======
3
4
+18.0 (2018-03-30)
5
+-----------------
6
+
7
+* Add support for GitHub-flavored Markdown. (#67)
8
+* Switch to cmarkgfm completely for rendering Markdown. (#68)
9
+* Warn about missing long description. (#69)
10
+* Make Github-Flavored Markdown the default variant (#73)
11
12
13
17.4 (2018-03-16)
14
-----------------
15
readme_renderer/__about__.py
@@ -23,7 +23,7 @@
23
'descriptions for Warehouse')
24
__uri__ = "https://github.com/pypa/readme_renderer"
25
26
-__version__ = "17.4"
+__version__ = "18.0"
27
28
__author__ = "Donald Stufft"
29
__email__ = "[email protected]"
0 commit comments