CHANGELOG.md in jazzy-0.4.1 vs CHANGELOG.md in jazzy-0.5.0
- old
+ new
@@ -1,4 +1,45 @@
+## 0.5.0
+
+##### Breaking
+
+* `--swift-version` now defaults to 2.1.1 instead of 2.1.
+ [Nikita Lutsenko](https://github.com/nlutsenko)
+ [#416](https://github.com/realm/jazzy/pull/416)
+
+* Swift 1.x is no longer supported.
+
+* `--templates-directory` and `--assets-directory` have been deprecated in favor
+ of `--theme`. Specify either 'apple' (default), 'fullwidth' or the path to
+ your mustache templates and other assets for a custom theme.
+ [Karl Bowden](https://github.com/agentk)
+ [JP Simard](https://github.com/jpsim)
+ [#130](https://github.com/realm/jazzy/issues/130)
+
+##### Enhancements
+
+* Add `--sdk [iphone|watch|appletv][os|simulator]|macosx` option for Objective-C
+ projects.
+ [Jeff Verkoeyen](https://github.com/jverkoey)
+
+* Add `--head` option to inject custom HTML into `<head></head>`.
+ [JP Simard](https://github.com/jpsim)
+
+##### Bug Fixes
+
+* Fix an issue where extension documentation would use the original type
+ documentation block rather than the comment immediately preceding the
+ extension.
+ [JP Simard](https://github.com/jpsim)
+ [#230](https://github.com/realm/jazzy/issues/230)
+ [#313](https://github.com/realm/jazzy/issues/313)
+ [#334](https://github.com/realm/jazzy/issues/334)
+
+* Fix multi-byte documentation issues.
+ [Norio Nomura](https://github.com/norio-nomura)
+ [#403](https://github.com/realm/jazzy/issues/403)
+
+
## 0.4.1
*Note: this is the last official release of jazzy supporting Swift 1.x.*
##### Breaking