diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c115254..0bf12d88c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ##### Breaking -* When building with Swift 5.6 and not passing `—module` to Jazzy, declarations +* 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) @@ -12,6 +12,9 @@ * Support using pre-generated symbolgraph files in Swift symbolgraph mode. [Nathan Wong](https://github.com/esteluk) +* Support Swift 5.6. + [John Fairhurst](https://github.com/johnfairh) + ##### Bug Fixes * In Swift symbolgraph mode, stop including extensions to types that are beneath diff --git a/spec/integration_specs b/spec/integration_specs index ccab94e22..c2be1ccdd 160000 --- a/spec/integration_specs +++ b/spec/integration_specs @@ -1 +1 @@ -Subproject commit ccab94e225e1d62f27889deae98d815ecaef26a6 +Subproject commit c2be1ccdd73b3d153897b9bb1197046812d30384