aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog b/changelog
index 9953e353f..4055b0d66 100644
--- a/changelog
+++ b/changelog
@@ -92,7 +92,9 @@ pandoc (1.4)
* Documented pandoc 1.3's new definition list syntax in README.
(An oversight in the last release.)
- * markdown2pdf.hs: interpret ! in a log as an error line.
+ * markdown2pdf.hs:
+ + interpret ! in a log as an error line.
+ + --toc now works properly.
* Changes in RunTests.hs:
+ Use the Diff library rather than a local copy of Diff.hs.