summaryrefslogtreecommitdiff
path: root/web/index.txt.in
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-03-01 19:00:23 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-03-01 19:00:23 +0000
commit750f9e9f4ab6d7ec7f3ea58c3e32aab33995ca89 (patch)
tree0948d9ca5a29654bd6bf3c535a75c8b4e69deb49 /web/index.txt.in
parentaf9dcde82e21c57ec7dc315926c127896c0b9916 (diff)
Updated website index with release 1.2 news.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1558 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/index.txt.in')
-rw-r--r--web/index.txt.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/index.txt.in b/web/index.txt.in
index 248342c45..60437fef0 100644
--- a/web/index.txt.in
+++ b/web/index.txt.in
@@ -97,6 +97,16 @@ You may view existing bug reports and submit new ones at
# News
+- Version 1.2 release (March 1, 2009).
+
+ + Added support for literate Haskell. lhs support is triggered by
+ '+lhs' suffixes in formats. For example, 'latex+lhs' is literate
+ Haskell LaTeX. '.lhs' files are treated by default as literate
+ markdown.
+ + Added --email-obfuscation option.
+ + Brought citeproc support up to date for citeproc-hs-0.2.
+ + Many bugs fixed. See [changelog] for details.
+
- Version 1.1 release (November 6, 2008).
+ New --jsmath option supporting use of pandoc with [jsMath].