CHANGELOG.md in jazzy-0.9.6 vs CHANGELOG.md in jazzy-0.10.0

- old
+ new

@@ -1,4 +1,48 @@ +## 0.10.0 + +##### Breaking + +* The included `sourcekitten` binary is built with Xcode 10.2. This means + it does not run on macOS earlier than 10.14.4 without the *Swift 5 Runtime + Support for Command Line Tools* being installed. + [John Fairhurst](https://github.com/johnfairh) + +##### Enhancements + +* Support CocoaPods 1.6+. Use the `swift_version[s]` dsl in `--podspec` mode + to set the Swift language version. + [John Fairhurst](https://github.com/johnfairh) + +* Show the extension declaration when documenting Swift extensions. + [John Fairhurst](https://github.com/johnfairh) + +* Allow docs title customization. Include `--module-version` when it is set + and support `--title` to fully customize the title. Pass `{{module_version}}` + and `{{docs_title}}` to templates. + [Maximilian Alexander](https://github.com/mbalex99) + [John Fairhurst](https://github.com/johnfairh) + [#666](https://github.com/realm/jazzy/issues/666) + [#411](https://github.com/realm/jazzy/issues/411) + +##### Bug Fixes + +* Unfold member documentation when linked to from current web page. + [John Fairhurst](https://github.com/johnfairh) + [#788](https://github.com/realm/jazzy/issues/788) + +* Generate docs when there are unusual characters in source pathnames. + [John Fairhurst](https://github.com/johnfairh) + [#1049](https://github.com/realm/jazzy/issues/1049) + +* Generate docs for signed modules with Xcode 10.2. + [John Fairhurst](https://github.com/johnfairh) + [#1057](https://github.com/realm/jazzy/issues/1057) + +* Use correct module name when only target name is supplied. + [Chris Zielinski](https://github.com/chriszielinski) + [#422](https://github.com/realm/jazzy/issues/422) + ## 0.9.6 This is (probably) the last release to support Ruby earlier than 2.3. This is due to a change in a dependency.