CHANGELOG.md in jazzy-0.13.7 vs CHANGELOG.md in jazzy-0.14.0

- old
+ new

@@ -1,4 +1,38 @@ +## 0.14.0 + +##### Breaking + +* Require at least Ruby 2.6.3. + +##### Enhancements + +* Support DocC-style autolinks and callouts in markdown. + [John Fairhurst](https://github.com/johnfairh) + +* Add `--source-host` option to support projects hosted on GitLab and + Bitbucket as well as GitHub. Options `--source-host-url` and + `--source-host-files-url` and new Mustache tags replace the 'github' versions + which remain as back-compatibility aliases. + [John Fairhurst](https://github.com/johnfairh) + [#314](https://github.com/realm/jazzy/issues/314) + +* Add `rel="noopener"` to all `target="_blank"` links. + [JP Simard](https://github.com/jpsim) + +##### Bug Fixes + +* Fix source-host line number references in Swift symbolgraph mode, and + in ObjC mode for references to one-line declarations. + [John Fairhurst](https://github.com/johnfairh) + +* Fix crash with `` ` ` `` in markdown. + [John Fairhurst](https://github.com/johnfairh) + [#1270](https://github.com/realm/jazzy/issues/1270) + +* Fix symbolgraph mode with Xcode 13. + [John Fairhurst](https://github.com/johnfairh) + ## 0.13.7 The next release of Jazzy will require a minimum of Ruby 2.6. ##### Breaking