diff options
-rw-r--r-- | changelog | 12 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +pandoc (1.9.0.4) + + * Raised version bound on test-framework to avoid problems + compiling tests on GHC 7.4.1. + + * LaTeX reader: Use raw LaTeX as fallback inline text for Cites, + so citations don't just disappear unless you process with + citeproc. Ignore `\bibliographystyle`, `\nocite`. + + * Simplified tex2pdf; it will always run latex twice to + resolve table of contents and hyperrefs. + pandoc (1.9.0.3) * Require Cabal >= 1.10. diff --git a/pandoc.cabal b/pandoc.cabal index 1764682d9..2fad328a2 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.9.0.3 +Version: 1.9.0.4 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL |