1111 < link rel ="search " title ="Search " href ="../search.html " />
1212 < link rel ="next " title ="Release Notes for v.3.0 " href ="release-3.0/ " />
1313 < link rel ="prev " title ="Test Tools " href ="../test_tools/ " />
14- < title > Change Log — Python-Markdown 3.0 documentation</ title >
14+ < title > Change Log — Python-Markdown 3.0.1 documentation</ title >
1515 < link rel ="stylesheet " href ="../static/nature.css " type ="text/css " />
1616 < link rel ="stylesheet " href ="../static/pygments.css " type ="text/css " />
1717 < script type ="text/javascript " src ="../static/jquery.js "> </ script >
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737 < li > < img src ="../py.png "
3838 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
3939 < li class ="nav-item nav-item-0 ">
40- < a href =".. "> Python-Markdown 3.0 documentation</ a > »
40+ < a href =".. "> Python-Markdown 3.0.1 documentation</ a > »
4141 </ li >
4242 </ ul >
4343 </ div >
@@ -46,6 +46,11 @@ <h3>Navigation</h3>
4646 < div class ="documentwrapper ">
4747 < div class ="bodywrapper ">
4848 < div class ="body " role ="main "> < h1 id ="python-markdown-change-log "> Python-Markdown Change Log< a class ="headerlink " href ="#python-markdown-change-log " title ="Permanent link "> ¶</ a > </ h1 >
49+ < p > Sept 28, 2018: Released version 3.0.1 (a bug-fix release).</ p >
50+ < ul >
51+ < li > Brought back the < code > version</ code > and < code > version_info</ code > variables (#709).</ li >
52+ < li > Added support for hexadecimal HTML entities (#712).</ li >
53+ </ ul >
4954< p > Sept 21, 2018: Released version 3.0 (< a href ="release-3.0/ "> Notes</ a > ).</ p >
5055< p > Jan 4, 2018: Released version 2.6.11 (a bug-fix release). Added a new
5156< code > BACKLINK-TITLE</ code > option to the footnote extension so that non-English
@@ -258,7 +263,7 @@ <h3>Navigation</h3>
258263 < li > < img src ="../py.png "
259264 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
260265 < li class ="nav-item nav-item-0 ">
261- < a href =".. "> Python-Markdown 3.0 documentation</ a > »
266+ < a href =".. "> Python-Markdown 3.0.1 documentation</ a > »
262267 </ li >
263268 </ ul >
264269 </ div >
@@ -270,7 +275,7 @@ <h3>Navigation</h3>
270275
271276 <!--
272277 MkDocs version : 1.0.4
273- Docs Build Date UTC : 2018-09-22 02:11:21
278+ Docs Build Date UTC : 2018-09-26 16:36:30
274279 -->
275280 </ body >
276281</ html >
0 commit comments