CHANGELOG.md in jazzy-0.8.2 vs CHANGELOG.md in jazzy-0.8.3

- old
+ new

@@ -1,4 +1,43 @@ +## 0.8.3 + +##### Breaking + +* None. + +##### Enhancements + +* Generate Swift declaration for more Objective-C declarations. + [Zheng Li](https://github.com/ainopara) + +* Improve quality & accuracy of Swift interfaces for Objective-C declarations + when generating Objective-C docs. + [Norio Nomura](https://github.com/norio-nomura) + +* Process Swift 3.2/4 doc comments. + [John Fairhurst](https://github.com/johnfairh) + +##### Bug Fixes + +* Fix missing doc comments on some extensions. + [John Fairhurst](https://github.com/johnfairh) + [#454](https://github.com/realm/jazzy/issues/454) + +* Fix failure when attempting to download documentation coverage badge with + jazzy using macOS system Ruby, or a Ruby built with outdated versions of + OpenSSL. + [JP Simard](https://github.com/jpsim) + [#824](https://github.com/realm/jazzy/issues/824) + +* Stop `--skip-undocumented` from skipping documented items nested + inside extensions of types from other modules. + [John Fairhurst](https://github.com/johnfairh) + [#502](https://github.com/realm/jazzy/issues/502) + +* Fix members added to extensions of a nested type showing up in the parent. + [John Fairhurst](https://github.com/johnfairh) + [#333](https://github.com/realm/jazzy/issues/333) + ## 0.8.2 ##### Breaking * None.