CHANGELOG.md in jazzy-0.14.1 vs CHANGELOG.md in jazzy-0.14.2

- old
+ new

@@ -1,4 +1,32 @@ +## 0.14.2 + +##### Breaking + +* When building with Swift 5.6 and not passing `—-module` to Jazzy, declarations + may not be correctly identified as undocumented and docs may include unwanted + extensions. Pass `—-module MyModuleName` to fix this. + [John Fairhurst](https://github.com/johnfairh) + +##### Enhancements + +* Support using pre-generated symbolgraph files in Swift symbolgraph mode. + [Nathan Wong](https://github.com/esteluk) + +* Issue a warning on some combinations of Objective-C flags. + [John Fairhurst](https://github.com/johnfairh) + [#900](https://github.com/realm/jazzy/issues/900) + +* Support Swift 5.6. The bundled `sourcekitten` is a universal binary. + [John Fairhurst](https://github.com/johnfairh) + +##### Bug Fixes + +* In Swift symbolgraph mode, stop including extensions to types that are beneath + the minimum ACL. + [John Fairhurst](https://github.com/johnfairh) + [#1291](https://github.com/realm/jazzy/issues/1291) + ## 0.14.1 ##### Breaking * Support Swift SPI groups. Swift declarations marked `@_spi` are no longer