diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-01-02 18:59:11 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-01-02 18:59:11 +0000 |
commit | 47d77ce3bdb9ea84ef4cbee55d2d11bc1c94d70c (patch) | |
tree | a0bb044c6a9ad0e8ba98544709bec37c7ca9ff9a /changelog | |
parent | 3fff3a383c6b156c24173b51c8255a2d926ca8d5 (diff) | |
download | pandoc-47d77ce3bdb9ea84ef4cbee55d2d11bc1c94d70c.tar.gz |
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-- | changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |