From bb570472de81128ab4562d6edabef10714e2d252 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 10 Jan 2010 08:29:56 +0000 Subject: Updated changelog. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1801 788f1e2b-df1e-0410-8736-df70ead52e1b --- changelog | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'changelog') diff --git a/changelog b/changelog index 4055b0d66..1e868cb94 100644 --- a/changelog +++ b/changelog @@ -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 ] -- cgit v1.2.3