Skip to content

Commit

Permalink
Fix changelog entry in wrong place
Browse files Browse the repository at this point in the history
Changelog entry from hash e11cd25
was placed in the wrong place.
  • Loading branch information
facelessuser authored and waylan committed Aug 9, 2021
1 parent 663a647 commit 850b8a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/change_log/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Under development: version 3.3.5 (a bug-fix release).
* Make the `slugify_unicode` function not remove diacritical marks (#1118).
* Fix `[toc]` detection when used with `nl2br` extension (#1160)
* Re-use compiled regex for block level checks (#1169)
* Don't process shebangs in fenced code blocks when using CodeHilite (#1156).

Feb 24, 2021: version 3.3.4 (a bug-fix release).

Expand Down
1 change: 0 additions & 1 deletion docs/change_log/release-3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ The following bug fixes are included in the 3.3 release:
* Fix complex scenarios involving lists and admonitions (#1004).
* Fix complex scenarios with nested ordered and unordered lists in a definition list (#918).
* Fix corner cases with lists under admonitions.
* Don't process shebangs in fenced code blocks when using CodeHilite (#1156).

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

0 comments on commit 850b8a5

Please sign in to comment.