44 < head >
55 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
66
7- < meta name =" description " content =" None " >
7+
88 < meta name ="author " content ="The Python-Markdown Project ">
99 < link rel ="canonical " href ="https://Python-Markdown.github.io/change_log/ ">
1010 < link rel ="shortcut icon " href ="../favicon.ico ">
1111 < link rel ="search " title ="Search " href ="../search.html " />
1212 < link rel ="next " title ="Release Notes for v.3.2 " href ="release-3.2/ " />
1313 < link rel ="prev " title ="Contributing to Python-Markdown " href ="../contributing/ " />
14- < title > Change Log — Python-Markdown 3.2.1 documentation</ title >
14+ < title > Change Log — Python-Markdown 3.2.2 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 >
1818 < script type ="text/javascript " src ="../static/underscore.js "> </ script >
1919 </ head >
2020
21- < body class =" homepage " >
21+ < body >
2222 < div class ="related " role ="navigation " aria-label ="related navigation ">
2323 < h3 > Navigation</ h3 >
2424 < ul >
@@ -37,16 +37,52 @@ <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.2.1 documentation</ a > »
40+ < a href =".. "> Python-Markdown 3.2.2 documentation</ a > »
4141 </ li >
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+ < li class ="nav-item ">
53+ < a href ="./ "> Change Log</ a >
54+ » </ li >
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
4266 </ ul >
4367 </ div >
4468
4569 < div class ="document ">
4670 < div class ="documentwrapper ">
4771 < div class ="bodywrapper ">
4872 < 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 > Feb 12, 2020: Released version 3.2.1 (a bug-fix release). </ p >
73+ < p > May 8, 2020: version 3.2.2 (a bug-fix release).</ p >
74+ < ul >
75+ < li > Add < code > checklinks</ code > tox environment to ensure all links in documentation are good.</ li >
76+ < li > Refactor extension API documentation (#729).</ li >
77+ < li > Load entry_points (for extensions) only once using < code > importlib.metadata</ code > .</ li >
78+ < li > Do not double escape entities in TOC.</ li >
79+ < li > Correctly report if an extension raises a < code > TypeError</ code > (#939).</ li >
80+ < li > Raise a < code > KeyError</ code > when attempting to delete a nonexistent key from the
81+ extension registry (#939). </ li >
82+ < li > Remove import of < code > packaging</ code > (or < code > pkg_resources</ code > fallback) entirely.</ li >
83+ < li > Remove < code > setuptools</ code > as a run-time dependency (< code > install_required</ code > ).</ li >
84+ </ ul >
85+ < p > Feb 12, 2020: Released version 3.2.1 (a bug-fix release).</ p >
5086< ul >
5187< li > The < code > name</ code > property in < code > toc_tokens</ code > from the TOC extension now
5288 escapes HTML special characters (< code > <</ code > , < code > ></ code > , and < code > &</ code > ).</ li >
@@ -212,7 +248,7 @@ <h3>Navigation</h3>
212248escape, emphasis in the beginning of the paragraph.</ p >
213249< p > Nov. 2004: Added links, blockquotes, HTML blocks to Manfred
214250Stienstra’s code</ p >
215- < p > Apr. 2004: Manfred’s version at < a href =" http://www.dwerg.net/projects/markdown/ " > http://www.dwerg.net/projects/markdown/</ a > </ p >
251+ < p > Apr. 2004: Manfred’s version at < code > http://www.dwerg.net/projects/markdown/</ code > </ p >
216252
217253 </ div >
218254 </ div >
@@ -277,19 +313,43 @@ <h3>Navigation</h3>
277313 < li > < img src ="../py.png "
278314 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
279315 < li class ="nav-item nav-item-0 ">
280- < a href =".. "> Python-Markdown 3.2.1 documentation</ a > »
316+ < a href =".. "> Python-Markdown 3.2.2 documentation</ a > »
281317 </ li >
318+
319+
320+
321+
322+
323+
324+
325+
326+
327+
328+ < li class ="nav-item ">
329+ < a href ="./ "> Change Log</ a >
330+ » </ li >
331+
332+
333+
334+
335+
336+
337+
338+
339+
340+
341+
282342 </ ul >
283343 </ div >
284344 < div class ="footer " role ="contentinfo "> Copyright © 2010-2017, The Python-Markdown Project.
285- Created using < a href ="https://www.mkdocs.org/ "> MkDocs</ a > 1.0.4 .
345+ Created using < a href ="https://www.mkdocs.org/ "> MkDocs</ a > 1.1 .
286346 </ div >
287347 < script > var base_url = '..' ; </ script >
288348 < script src ="../search/main.js "> </ script >
289349
290350 <!--
291- MkDocs version : 1.0.4
292- Docs Build Date UTC : 2020-02-12 20:43:28
351+ MkDocs version : 1.1
352+ Docs Build Date UTC : 2020-05-08 17:25:48
293353 -->
294354 </ body >
295355</ html >
0 commit comments