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

- old
+ new

@@ -1,4 +1,36 @@ +## 0.9.0 + +##### Breaking + +* Generate documentation coverage badge locally. Since this avoids the failable + HTTP request to shields.io previously used to obtain the badge, we've removed + the `--[no-]download-badge` flag and the corresponding `download_badge` + YAML configuration key. + [Samuel Giddins](https://github.com/segiddins) + +##### Enhancements + +* None. + +##### Bug Fixes + +* Fixed issue that prevented Jazzy from running on case sensitive file systems. + [Jeremy David Giesbrecht](https://github.com/SDGGiesbrecht) + [#891](https://github.com/realm/jazzy/issues/891) + +* Fixed issue preventing `--podspec` from working with `test_spec`s. + [John Fairhurst](https://github.com/johnfairh) + [#894](https://github.com/realm/jazzy/issues/894) + +* Always display correct declaration for undocumented symbols. + [John Fairhurst](https://github.com/johnfairh) + [#864](https://github.com/realm/jazzy/issues/864) + +* Trim common indentation in multiline declarations. + [John Fairhurst](https://github.com/johnfairh) + [#836](https://github.com/realm/jazzy/issues/836) + ## 0.8.4 ##### Breaking * None.