diff --git a/commonmark-pandoc/changelog.md b/commonmark-pandoc/changelog.md index af7c250..0ca30ba 100644 --- a/commonmark-pandoc/changelog.md +++ b/commonmark-pandoc/changelog.md @@ -1,5 +1,12 @@ # Changelog for commonmark-pandoc +## 0.2.2.2 + +- Add wrapper="1" when we need to add Div or Span. This is needed for + good round-tripping; a djot writer can see that this attribute + was added and remove the wrapping, adding the attributes directly + to the element. + ## 0.2.2.1 - Remove nested footnotes (#138). diff --git a/commonmark-pandoc/commonmark-pandoc.cabal b/commonmark-pandoc/commonmark-pandoc.cabal index 77d8b8c..5c394bf 100644 --- a/commonmark-pandoc/commonmark-pandoc.cabal +++ b/commonmark-pandoc/commonmark-pandoc.cabal @@ -1,5 +1,5 @@ name: commonmark-pandoc -version: 0.2.2.1 +version: 0.2.2.2 synopsis: Bridge between commonmark and pandoc AST. description: This library provides typeclasses for rendering commonmark to Pandoc types.