cmark 0.3.5 → 0.4.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog +1/−1
- cmark.cabal +1/−1
changelog view
@@ -1,4 +1,4 @@-cmark 0.4 (14 Jul 2015)+cmark 0.4.0.1 (14 Jul 2015) * API changes: + Added `commonmarkToLaTeX`, `nodeToLaTeX`, `optSafe`.
cmark.cabal view
@@ -1,5 +1,5 @@ name: cmark-version: 0.3.5+version: 0.4.0.1 synopsis: Fast, accurate CommonMark (Markdown) parser and renderer description: This package provides Haskell bindings for