summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos <nzlosh@yahoo.com>2021-08-11 15:37:44 +0200
committerGitHub <noreply@github.com>2021-08-11 09:37:44 -0400
commit9aa4586d92181a07d3c054d81ada9b100c879d68 (patch)
tree9e9cb194008ad0b1b54698534c9dd40f18cbf120 /docs
parent850b8a5dba76dc8af4e72f471a6bc4430cc16f89 (diff)
downloadpython-markdown-9aa4586d92181a07d3c054d81ada9b100c879d68.tar.gz
Improve email address validation for Automatic Links
Diffstat (limited to 'docs')
-rw-r--r--docs/change_log/index.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/change_log/index.md b/docs/change_log/index.md
index 11c997b..fdf213b 100644
--- a/docs/change_log/index.md
+++ b/docs/change_log/index.md
@@ -6,9 +6,10 @@ Python-Markdown Change Log
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)
+* 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).
+* Improve email address validation for Automatic Links (#1165).
Feb 24, 2021: version 3.3.4 (a bug-fix release).