summaryrefslogtreecommitdiff
path: root/docs/change_log/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/change_log/index.md')
-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).