CHANGELOG.md in jazzy-0.8.3 vs CHANGELOG.md in jazzy-0.8.4

- old
+ new

@@ -1,4 +1,37 @@ +## 0.8.4 + +##### Breaking + +* None. + +##### Enhancements + +* Align jazzy terminology with Apple usage. + [Xiaodi Wu](https://github.com/xwu) + [John Fairhurst](https://github.com/johnfairh) + +* Add `url` attribute that can be more accurate than `{{section}}.html` as a URL + in custom templates. + [John Fairhurst](https://github.com/johnfairh) + +##### Bug Fixes + +* Fix crash when specifying `swift_version` as a floating point value in + `.jazzy.yaml` rather than a string. + [JP Simard](https://github.com/jpsim) + [#860](https://github.com/realm/jazzy/issues/860) + +* Autolink from parameter documentation and from external markdown documents + including README. Autolink to symbols containing & < >. + [John Fairhurst](https://github.com/johnfairh) + [#715](https://github.com/realm/jazzy/issues/715) + [#789](https://github.com/realm/jazzy/issues/789) + [#805](https://github.com/realm/jazzy/issues/805) + +* Fix Swift 4 declarations containing ampersands (`&`) being truncated. + [JP Simard](https://github.com/jpsim) + ## 0.8.3 ##### Breaking * None.