aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog b/changelog
index eb986d7f8..f8fb81887 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+pandoc (1.8.1.1)
+
+ * `markdown2pdf`: Removed some debugging lines accidentally included
+ in the 1.8.1 release. With those lines, the temp directory is created
+ in the working directory, and it is not deleted. This fix restores
+ the original behavior.
+
pandoc (1.8.1)
* Added `--ascii` option. Currently supported only in HTML writer,