diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-06 12:49:13 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-06 12:49:13 -0800 |
commit | 408f975e4706a7dfb441fc1f0c6f737f383a7fc4 (patch) | |
tree | 09d26bc01300c45a831ac8d8c273dc74450051c8 | |
parent | df3f3ddb6eacc01b2462a862eb7bf8ee6db6b9f7 (diff) | |
download | pandoc-408f975e4706a7dfb441fc1f0c6f737f383a7fc4.tar.gz |
Version bump to 1.9.0.4, updated changelog.
-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 |