summaryrefslogtreecommitdiff
path: root/docs/change_log
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2022-05-04 14:13:56 -0400
committerGitHub <noreply@github.com>2022-05-04 14:13:56 -0400
commitce73b2754fb754c29d719c9980ae2f4aa4912f4d (patch)
tree6e11d57b842b72db7f3ae0784c05ee2f1342cd34 /docs/change_log
parented417a1a555bf2206ceea84ba29ce37322ca8261 (diff)
downloadpython-markdown-ce73b2754fb754c29d719c9980ae2f4aa4912f4d.tar.gz
Ensure fenced code attributes are properly escaped.
Fixes #1247.
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 5320fc7..b9fa97b 100644
--- a/docs/change_log/index.md
+++ b/docs/change_log/index.md
@@ -7,6 +7,7 @@ Python-Markdown Change Log
* Disallow square brackets in reference link ids (#1209).
* Retain configured `pygments_style` after first code block (#1240).
+* Ensure fenced code attributes are properly escaped (#1247).
Nov 17, 2021: version 3.3.6 (a bug-fix release).