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

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

diff --git a/changelog b/changelog
index e3f6484a1..8fc8d6e6a 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,16 @@
+pandoc (1.15.0.4)
+
+  * Added pandoc.1 man page to the repository.  It is no longer
+    built as part of the cabal build process. (This proved too
+    fragile.)  pandoc.1 can be regenerated (`make man/pandoc.1`)
+    when `README` is changed.
+
+  * Copying of the man page now respects `--destdir` (#2262).
+
+  * Improved error messages for filters.  User is now informed if
+    the filter requires an interpreter that isn't found in the path,
+    or if the filter returns an error status.
+
 pandoc (1.15.0.3)
 
   * Ensure target directory is created when installing man page.