CHANGELOG.md in jazzy-0.3.2 vs CHANGELOG.md in jazzy-0.4.0

- old
+ new

@@ -1,4 +1,45 @@ +## 0.4.0 + +##### Breaking + +* `--swift-version` now defaults to 2.1 instead of 2.0. + [JP Simard](https://github.com/jpsim) + +##### Enhancements + +* Support for documenting Objective-C projects! 🎉 + Pass `--objc`, `--umbrella-header ...` and `-framework-root ...`. + [JP Simard](https://github.com/jpsim) + [#56](https://github.com/realm/jazzy/issues/56) + +* Mentions of top-level declarations in documentation comments are now + automatically hyperlinked to their reference. + [JP Simard](https://github.com/jpsim) + +* Jazzy can now read options from a configuration file. The command line + provides comprehensive help for available options via `jazzy -h config`. + [pcantrell](https://github.com/pcantrell) + [#310](https://github.com/realm/jazzy/pull/310) + +* Render special list items (e.g. Throws, See, etc.). See + http://ericasadun.com/2015/06/14/swift-header-documentation-in-xcode-7/ for + a complete list. + [JP Simard](https://github.com/jpsim) + [#317](https://github.com/realm/jazzy/issues/317) + +* Support for Swift 2.1. + [JP Simard](https://github.com/jpsim) + +* Swift extensions are now merged with their extended type, rendering a note + to describe extension default implementations and extension methods. + [pcantrell](https://github.com/pcantrell) + +##### Bug Fixes + +* None. + + ## 0.3.2 ##### Breaking * None.