aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-03 10:49:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-03 11:30:11 -0700
commit639e27549348cedee290501c15db86b61d38410b (patch)
treea3b5e6fcbb0cd7cd31064f81bd8d277f7ca43964 /changelog
parent79764df2d5c75c63b92613316fcc8a9b8379f8cc (diff)
downloadpandoc-639e27549348cedee290501c15db86b61d38410b.tar.gz
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog13
1 files changed, 13 insertions, 0 deletions
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.