Skip to content

Commit 7cff3bd

Browse files
mitya57waylan
authored andcommitted
Fix one more misplaced changelog entry
PR #1102 was included in 3.3.4, not 3.3.0. Also fix a typo in another changelog entry.
1 parent 9aa4586 commit 7cff3bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/change_log/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Feb 24, 2021: version 3.3.4 (a bug-fix release).
1818
* Properly parse code spans in md_in_html (#1069).
1919
* Preserve text immediately before an admonition (#1092).
2020
* Simplified regex for HTML placeholders (#928) addressing (#932).
21-
* Ensure `permalinks` and `ankorlinks` are not restricted by `toc_depth` (#1107).
21+
* Ensure `permalinks` and `anchorlinks` are not restricted by `toc_depth` (#1107).
22+
* Fix corner cases with lists under admonitions (#1102).
2223

2324
Oct 25, 2020: version 3.3.3 (a bug-fix release).
2425

docs/change_log/release-3.3.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ The following bug fixes are included in the 3.3 release:
101101
* Fix unescaping of HTML characters `<>` in CodeHilite (#990).
102102
* Fix complex scenarios involving lists and admonitions (#1004).
103103
* Fix complex scenarios with nested ordered and unordered lists in a definition list (#918).
104-
* Fix corner cases with lists under admonitions.
105104

106105
[spec]: https://www.w3.org/TR/html5/text-level-semantics.html#the-code-element
107106
[fenced_code]: ../extensions/fenced_code_blocks.md

0 commit comments

Comments
 (0)