Skip to content

Commit fc8cafc

Browse files
committed
Cleanup docs
1 parent 192e029 commit fc8cafc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/change_log/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ Python-Markdown Change Log
66
Under development: version 3.2.2 (a bug-fix release).
77

88
* 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).
1013

1114
Feb 12, 2020: Released version 3.2.1 (a bug-fix release).
1215

docs/change_log/release-3.2.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,3 @@ The following bug fixes are included in the 3.2 release:
9494
* Unescape backslash-escaped characters in TOC ids (#864).
9595
* Refactor bold and italic logic in order to solve complex nesting issues (#792).
9696
* 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).

0 commit comments

Comments
 (0)