summaryrefslogtreecommitdiff
path: root/docs/change_log
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2020-12-08 11:30:45 -0500
committerGitHub <noreply@github.com>2020-12-08 11:30:45 -0500
commit5a7bbaf4c00224a393ddc818b7fc1917c8064840 (patch)
treea50254e4b3bd3dae7024ad699aad404d85f51b59 /docs/change_log
parent8e7528fa5c98bf4652deb13206d6e6241d61630b (diff)
downloadpython-markdown-5a7bbaf4c00224a393ddc818b7fc1917c8064840.tar.gz
Use simplified regex for html placeholders (#1086)
Co-authored-by: Reilly Raab <raabrp@gmail.com>
Diffstat (limited to 'docs/change_log')
-rw-r--r--docs/change_log/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/change_log/index.md b/docs/change_log/index.md
index 0069c22..90ed1a3 100644
--- a/docs/change_log/index.md
+++ b/docs/change_log/index.md
@@ -8,6 +8,7 @@ Under development: version 3.3.4 (a bug-fix release).
* Properly parse unclosed tags in code spans (#1066).
* Properly parse processing instructions in md_in_html (#1070).
* Properly parse code spans in md_in_html (#1069).
+* Simplified regex for HTML placeholders (#928) addressing (#932).
Oct 25, 2020: version 3.3.3 (a bug-fix release).