CHANGELOG.md in jazzy-0.9.1 vs CHANGELOG.md in jazzy-0.9.2
- old
+ new
@@ -1,4 +1,39 @@
+## 0.9.2
+
+##### Breaking
+
+* None.
+
+##### Enhancements
+
+* Add a new 'jony' theme similar to the 2017 Apple documentation style.
+ [Harshil Shah](https://github.com/HarshilShah)
+
+* Add the ability to limit documentation to certain files by passing in an
+ `-i`/`--include` argument.
+ [Nick Fox](https://github.com/nicholasffox)
+ [#949](https://github.com/realm/jazzy/issues/949)
+
+* Improve Swift declarations to look more like the Xcode Quick Help version,
+ for example including `{ get set }`, and include all attributes.
+ [John Fairhurst](https://github.com/johnfairh)
+ [#768](https://github.com/realm/jazzy/issues/768)
+ [#591](https://github.com/realm/jazzy/issues/591)
+
+##### Bug Fixes
+
+* Preserve `MARK` comment headings associated with extensions and enum cases.
+ [John Fairhurst](https://github.com/johnfairh)
+
+* Fix issue where Overview items were invalidly being referenced with NULL
+ types in the generated Dash docset index.
+ [Andrew De Ponte](https://github.com/cyphactor)
+
+* Don't display FIXME or TODO comments as section markers.
+ [John Fairhurst](https://github.com/johnfairh)
+ [#658](https://github.com/realm/jazzy/issues/658)
+
## 0.9.1
##### Breaking
* None.