summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-10 10:39:03 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-10 10:39:03 -0700
commitf5027d016761f39ca5855e7bdecd737f4afc559f (patch)
treed37645aef7cec82d8ebad3e06132138959f9e91b
parent653a7bbe21cd7db5c7a83c6d627dba37c6df7078 (diff)
Updated changelog.
-rw-r--r--changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog b/changelog
index db3bc890d..c778fe2b7 100644
--- a/changelog
+++ b/changelog
@@ -5,6 +5,9 @@ pandoc (1.15.0.5)
single quotes weren't being escaped in the link portion, a
specially crafted email address could allow javascript code injection.
+ * Markdown/HTML readers: Avoid parsing partial URLs like
+ `<www.pandoc.org/blah#foo>` as HTML tags (#2277).
+
* RST reader: allow inline formatting in definition list field
names (Lars-Dominik Braun).