Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 761 Bytes

CHANGELOG.md

File metadata and controls

19 lines (11 loc) · 761 Bytes

2.1 and newer

Since v2.1 all changelog entries are merged into Roadiz monorepo

2.0.0 (2022-06-28)

⚠ BREAKING CHANGES

  • Removed Parsedown lib support
  • Removed Pimple

Features

  • Removed dead code and Pimple dependency (4c45885)
  • Removed Parsedown lib support (aad67bb)

Bug Fixes

  • Calling "convertToHtml()" on a League\CommonMark\MarkdownConverter class is deprecated, use "convert()" instead (8b92632)