CHANGELOG.md in jazzy-0.1.6 vs CHANGELOG.md in jazzy-0.2.0
- old
+ new
@@ -1,4 +1,29 @@
+## 0.2.0
+
+##### Breaking
+
+* Jazzy now only supports projects using Swift 1.2.
+ [JP Simard](https://github.com/jpsim)
+ [#170](https://github.com/realm/jazzy/issues/170)
+
+* Increase default minimum ACL to public.
+ [JP Simard](https://github.com/jpsim)
+ [#186](https://github.com/realm/jazzy/issues/186)
+
+##### Enhancements
+
+* Use `key.accessibility` to determine ACL (value coming from SourceKit, which
+ is generally more accurate than parsing the declaration for an accessibility
+ keyword).
+ [JP Simard](https://github.com/jpsim)
+ [#185](https://github.com/realm/jazzy/issues/185)
+
+##### Bug Fixes
+
+* None.
+
+
## 0.1.6
##### Breaking
* None.