summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfacelessuser <faceless.shop@gmail.com>2021-08-09 13:19:39 -0600
committerWaylan Limberg <waylan.limberg@icloud.com>2021-08-09 15:47:30 -0400
commit850b8a5dba76dc8af4e72f471a6bc4430cc16f89 (patch)
tree238e58f3920abf6f0625be712ad382c97ed7c73c
parent663a64789c18f4c1a4cbfa9c3a8e11043025eab9 (diff)
downloadpython-markdown-850b8a5dba76dc8af4e72f471a6bc4430cc16f89.tar.gz
Fix changelog entry in wrong place
Changelog entry from hash e11cd255cae5fd3c5ef5fdd6352cd28e212fd328 was placed in the wrong place.
-rw-r--r--docs/change_log/index.md1
-rw-r--r--docs/change_log/release-3.3.md1
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/change_log/index.md b/docs/change_log/index.md
index d1f36c0..11c997b 100644
--- a/docs/change_log/index.md
+++ b/docs/change_log/index.md
@@ -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).
diff --git a/docs/change_log/release-3.3.md b/docs/change_log/release-3.3.md
index a538543..12273bc 100644
--- a/docs/change_log/release-3.3.md
+++ b/docs/change_log/release-3.3.md
@@ -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