diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-06-01 10:39:00 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-06-01 10:39:00 +0200 |
commit | a367107483439ac9d24926115845184d55c02860 (patch) | |
tree | 1525b0edf2942a14ecf4258189b0b4566677ef38 | |
parent | a75998ba2427618a331e44ab87c8ddfb30e36b74 (diff) | |
download | pandoc-a367107483439ac9d24926115845184d55c02860.tar.gz |
Bump version to 1.14.0.3; updated changelog.
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +pandoc (1.14.0.3) + + * Allow compilation with syb 0.5.*. + + * Custom writer: fixed some compiler warnings for ghc < 7.10. + pandoc (1.14.0.2) * Allow building with hslua 0.4. diff --git a/pandoc.cabal b/pandoc.cabal index 27d933411..2f87ebe43 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.14.0.2 +Version: 1.14.0.3 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL |