aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-02-14 17:28:50 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-02-14 17:28:50 +0000
commita505dbecd5d26881c3b31b2b4fa19d3cf5ec2e65 (patch)
treeaa1688d4bf824d643347ca546e84fa335db5d3eb
parentbdcd54a48572d2049eb485194ea0b5a6adcc4d55 (diff)
downloadpandoc-a505dbecd5d26881c3b31b2b4fa19d3cf5ec2e65.tar.gz
Updated changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1545 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog b/changelog
index 5e5b24d88..2b144e087 100644
--- a/changelog
+++ b/changelog
@@ -13,6 +13,7 @@ pandoc (1.2)
+ Added writerLiterateHaskell to WriterOptions.
+ Added lhs support to Markdown, RST, LaTeX, HTML writers.
+ Added definition of code environment to LaTeX header.
+ + Added tests (run only if highlighting support compiled in).
+ Documented lhs features in man page and README.
* Added a plugin system, based on hint. This allows users to
@@ -43,6 +44,11 @@ pandoc (1.2)
* LaTeX writer: fixed bug with empty table cells.
Resolves Issue #107. Thanks to rodja.trappe for the patch.
+ * Fixed bug with header spacing in Markdown and RST writers.
+ A null header (Meta [] [] []) should not cause a blank line
+ at the beginning of output. But a blank line is needed between
+ a non-null header and the main text.
+
* Markdown reader: Relax spacing rules for $$ in display math. Now
space and newlines are allowed after the opening $$ and before the
closing $$. However, the display math cannot contain an entirely