File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ Python-Markdown Change Log
6
6
Under development: version 3.2.2 (a bug-fix release).
7
7
8
8
* Load entry_points (for extensions) only once using ` importlib.metadata ` .
9
- * Fixed issue where double escaped entities could end up in TOC.
9
+ * Do not double escape entities in TOC.
10
+ * Correctly report if an extension raises a ` TypeError ` (#939 ).
11
+ * Raise a ` KeyError ` when attempting to delete a nonexistent key from the
12
+ extension registry (#939 ).
10
13
11
14
Feb 12, 2020: Released version 3.2.1 (a bug-fix release).
12
15
Original file line number Diff line number Diff line change @@ -94,5 +94,3 @@ The following bug fixes are included in the 3.2 release:
94
94
* Unescape backslash-escaped characters in TOC ids (#864 ).
95
95
* Refactor bold and italic logic in order to solve complex nesting issues (#792 ).
96
96
* Always wrap CodeHilite code in ` code ` tags (#862 )
97
- * ` _extend_markdown() ` now correctly reports if an extension's ` extend_markdown() ` raises a TypeError (#939 ).
98
- * Attempting to delete a nonexistent key from the patterns registry now raises KeyError instead of TypeError (#939 ).
You can’t perform that action at this time.
0 commit comments