summaryrefslogtreecommitdiff
path: root/docs/change_log
diff options
context:
space:
mode:
authorIsaac Muse <faceless.shop@gmail.com>2018-10-30 09:09:40 -0600
committerWaylan Limberg <waylan.limberg@icloud.com>2018-10-30 11:09:40 -0400
commita38fd1bb8b15e5de44e322b3345d0b5c29d5bf6b (patch)
treed39d28e0c81666602763afaa3e7e9c65c2912aae /docs/change_log
parent7c78ac347b5dcad2be3d8d18b37ec33c96c1eb0b (diff)
downloadpython-markdown-a38fd1bb8b15e5de44e322b3345d0b5c29d5bf6b.tar.gz
Collapse all whitespace in reference ids (#743)
Previously only newlines preceded by whitespace were collapsed. Fixes #742.
Diffstat (limited to 'docs/change_log')
-rw-r--r--docs/change_log/release-3.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/change_log/release-3.1.md b/docs/change_log/release-3.1.md
index c05d70f..0e8e2b1 100644
--- a/docs/change_log/release-3.1.md
+++ b/docs/change_log/release-3.1.md
@@ -35,3 +35,4 @@ The following bug fixes are included in the 3.1 release:
* Block level elements are defined per instance, not as class attributes
(#731).
* Double escaping of block code has been eliminated (#725).
+* Problems with newlines in references has been fixed (#742).