summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-02 18:59:11 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-02 18:59:11 +0000
commit47d77ce3bdb9ea84ef4cbee55d2d11bc1c94d70c (patch)
treea0bb044c6a9ad0e8ba98544709bec37c7ca9ff9a /changelog
parent3fff3a383c6b156c24173b51c8255a2d926ca8d5 (diff)
Added note on markdown2pdf changes.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1783 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'changelog')
-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.