diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-01-10 08:29:56 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-01-10 08:29:56 +0000 |
commit | bb570472de81128ab4562d6edabef10714e2d252 (patch) | |
tree | ccc7530c196a7588692b418af0449af64d3ab30c | |
parent | 96e0995258c94ebb0fc4780f6fc7b15275846ed4 (diff) | |
download | pandoc-bb570472de81128ab4562d6edabef10714e2d252.tar.gz |
Updated changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1801 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | changelog | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,42 @@ +pandoc (1.4.1) + + [ John MacFarlane ] + + * Changed default of writerXeTeX to False. + + * HTML writer: don't include empty UL if --toc but no sections. + Resolves Issue #199. + + * Updated haddocks for changes in Meta type. + + * LaTeX writer: + + if book, report, or memoir documentclass, use \chapter{} + for first-level headers. Otherwise use \section{}. + + removed stLink, link template variable. Reason: we now always + include hyperref in the template. + + * Latex template: + + only show \author if there are some. + + always include hyperref package. It is used not just for links but + for toc, section heading bookmarks, footnotes, etc. Also added + unicode=true on hyperref options. + + * markdown2pdf: always do at least two runs. hyperref bookmarks + require this. + + * Makefile: specify --template explicitly when using pandoc. + Reason: pandoc may not yet have been installed, so the + templates may not be in the cabal data directory. + Resolves Issue #192. + + * cabal file: Removed unneeded dependency on template-haskell. + + * Windows installer - fixed bug in data file locations. + Resolves Issue #197. + + * Deprecated --custom-header in documentation. + Removed old "Custom Headers" section in README. + pandoc (1.4) [ John MacFarlane ] |