CHANGELOG.md in jazzy-0.6.3 vs CHANGELOG.md in jazzy-0.7.0
- old
+ new
@@ -1,4 +1,36 @@
+## 0.7.0
+
+##### Breaking
+
+* The `docset_platform` option is no longer available. The module name will
+ now be used instead of `jazzy`.
+ [JP Simard](https://github.com/jpsim)
+ [#423](https://github.com/realm/jazzy/issues/423)
+
+##### Enhancements
+
+* Improved auto-linking behavior to link declarations within declarations and
+ fix cases where declarations would link to themselves or their current page.
+ [Esad Hajdarevic](https://github.com/esad)
+ [#483](https://github.com/realm/jazzy/issues/483)
+
+##### Bug Fixes
+
+* Fix issue where single-line declaration + bodies in Swift would include the
+ body in the parsed declaration.
+ [JP Simard](https://github.com/jpsim)
+ [#226](https://github.com/realm/jazzy/issues/226)
+
+* Fix issue where some sections would become empty when using custom groups.
+ [JP Simard](https://github.com/jpsim)
+ [#475](https://github.com/realm/jazzy/issues/475)
+
+* Fix issue where directories ending with `.swift` would be considered Swift
+ source files.
+ [JP Simard](https://github.com/jpsim)
+ [#586](https://github.com/realm/jazzy/issues/586)
+
## 0.6.3
##### Breaking
* None.