CHANGELOG.md in jazzy-0.12.0 vs CHANGELOG.md in jazzy-0.13.0

- old
+ new

@@ -1,4 +1,37 @@ +## 0.13.0 + +##### Breaking + +* None. + +##### Enhancements + +* Add section headings for members added by Swift conditional conformances. + [John Fairhurst](https://github.com/johnfairh) + [#717](https://github.com/realm/jazzy/issues/717) + +* Parse markdown in MARK comments, make the html available to themes via + `name_html` mustache tag key for section headings. + [John Fairhurst](https://github.com/johnfairh) + +* Include protocol conformances added by extensions in Swift docs. + [John Fairhurst](https://github.com/johnfairh) + +##### Bug Fixes + +* Render bullet lists correctly when followed by a callout. + [John Fairhurst](https://github.com/johnfairh) + [#785](https://github.com/realm/jazzy/issues/785) + +* Render markup of text inside double quotes. + [John Fairhurst](https://github.com/johnfairh) + [#992](https://github.com/realm/jazzy/issues/992) + +* Fix `sourcekitten_sourcefile` used from config file. + [John Fairhurst](https://github.com/johnfairh) + [#1137](https://github.com/realm/jazzy/issues/1137) + ## 0.12.0 ##### Breaking * None.