CHANGELOG.md in jazzy-0.13.0 vs CHANGELOG.md in jazzy-0.13.1
- old
+ new
@@ -1,4 +1,41 @@
+## Master
+
+##### Breaking
+
+* None.
+
+##### Enhancements
+
+* Allow inline html tags in ObjC doc comments.
+ [Chris Williams](https://github.com/ultramiraculous)
+ [#976](https://github.com/realm/jazzy/issues/976)
+
+* Support code formatting in ObjC doc comments with `@c`, `@code` and
+ `@endcode`.
+ [Bryce Pauken](https://github.com/brycepauken)
+ [jpsim/SourceKitten#631](https://github.com/jpsim/SourceKitten/issues/631)
+
+* Add `custom_categories_unlisted_prefix` configuration setting. This
+ is the prefix for navigation section names that aren't explicitly
+ listed in `custom_categories`. Defaults to 'Other '.
+ [JP Simard](https://github.com/jpsim)
+
+* Add `hide_unlisted_documentation` configuration setting. Setting this
+ to `true` hides documentation entries in the sidebar from the
+ `documentation` config value that aren't explicitly listed in
+ `custom_categories`.
+ [JP Simard](https://github.com/jpsim)
+
+##### Bug Fixes
+
+* Fix crash when SourceKit returns out of bounds string byte offsets.
+ [JP Simard](https://github.com/jpsim)
+
+* Pick the right version of declarations with type attributes.
+ [John Fairhurst](https://github.com/johnfairh)
+ [#1148](https://github.com/realm/jazzy/issues/1148)
+
## 0.13.0
##### Breaking
* None.