summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).