From f5027d016761f39ca5855e7bdecd737f4afc559f Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Fri, 10 Jul 2015 10:39:03 -0700
Subject: [PATCH] Updated changelog.

---
 changelog | 3 +++
 1 file changed, 3 insertions(+)

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).