summaryrefslogtreecommitdiff
path: root/docs/change_log
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2021-11-03 11:23:05 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2021-11-03 11:28:06 -0400
commitd1ed480d474e84895749bca1f9c15ea9a0f3ad6a (patch)
tree59987b2bf3a78c010d9bf95bdfd22dcb9c156bc9 /docs/change_log
parent7cff3bd5af4a3ebea608b9fc7c48327d67147db0 (diff)
downloadpython-markdown-d1ed480d474e84895749bca1f9c15ea9a0f3ad6a.tar.gz
Ensure <summary> tags are parsed correctly.
Fixes #1079.
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 914cd0b..9700832 100644
--- a/docs/change_log/index.md
+++ b/docs/change_log/index.md
@@ -10,6 +10,7 @@ Under development: version 3.3.5 (a bug-fix release).
* Re-use compiled regex for block level checks (#1169).
* Don't process shebangs in fenced code blocks when using CodeHilite (#1156).
* Improve email address validation for Automatic Links (#1165).
+* Ensure `<summary>` tags are parsed correctly (#1079).
Feb 24, 2021: version 3.3.4 (a bug-fix release).