diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-03-21 22:51:04 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-03-21 22:51:04 -0700 |
commit | 0e6bb176f9804e32ed47ac3728337e10586c0efb (patch) | |
tree | 46a20ebcab6b490913bc0a34ec96a053d25b0ae0 | |
parent | 483a591eba6f250593fa7f26dd6491159bbb4ecb (diff) | |
download | pandoc-0e6bb176f9804e32ed47ac3728337e10586c0efb.tar.gz |
Updated changelog and bumped version to 1.5.0.1.
-rw-r--r-- | changelog | 7 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +pandoc (1.5.0.1) + + [ John MacFarlane ] + + * HTML writer: Fixed error in math writer (with MathML option) + that caused an infinite loop for unparsable MathML. + pandoc (1.5) [ John MacFarlane ] diff --git a/pandoc.cabal b/pandoc.cabal index 563653e19..c8d48e1d3 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.5 +Version: 1.5.0.1 Cabal-Version: >= 1.2 Build-Type: Custom License: GPL |