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

- old
+ new

@@ -1,4 +1,33 @@ +## 0.14.1 + +##### Breaking + +* Support Swift SPI groups. Swift declarations marked `@_spi` are no longer + included in docs when `--min-acl` is set to `public` or `open`. Use + `--include-spi-declarations` to include docs for these declarations. + [John Fairhurst](https://github.com/johnfairh) + [#1263](https://github.com/realm/jazzy/issues/1263) + +##### Enhancements + +* Correct line number references with Xcode 13. + [John Fairhurst](https://github.com/johnfairh) + +* Support `union` declarations in Objective-C headers. + [Brian Osborn](https://github.com/bosborn) + [John Fairhurst](https://github.com/johnfairh) + +* Support Swift concurrency features: identify actors and asynchronous + methods. + [John Fairhurst](https://github.com/johnfairh) + +##### Bug Fixes + +* Improve HTML5 correctness, all themes. + [John Fairhurst](https://github.com/johnfairh) + [#1280](https://github.com/realm/jazzy/issues/1280) + ## 0.14.0 ##### Breaking * Require at least Ruby 2.6.3.