diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2014-02-03 13:32:44 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2014-02-03 13:32:44 -0800 |
| commit | e18b3053843dc99b50b260dd133ffecca93580fd (patch) | |
| tree | ae46ea34670d6f2f48ef73dc0580fb64200bf01f | |
| parent | dc2c23a25fbf5ad93a47f5f5a4f62cc95b8a1ebc (diff) | |
| download | pandoc-e18b3053843dc99b50b260dd133ffecca93580fd.tar.gz | |
Updated changelog.
| -rw-r--r-- | changelog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +pandoc (1.12.3.2) + + * Bumped version bounds for blaze-html, blaze-markup. + + * ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6 + (#1124). + + * Fixed mediawiki ordered list parsing (#1122). + + * HTML reader: Fixed bug reading inline math with `$$` (#225). + + * Added support for LaTeX style literate Haskell code blocks in rST + (Merijn Verstraaten). + pandoc (1.12.3.1) * Relaxed version constraint on binary, allowing the use of binary 0.5. |
