CHANGELOG.md in jazzy-0.14.3 vs CHANGELOG.md in jazzy-0.14.4
- old
+ new
@@ -1,4 +1,38 @@
+## 0.14.4
+
+##### Breaking
+
+* None.
+
+##### Enhancements
+
+* Update Javascript: jQuery 3.7.1, KaTeX 0.16.8
+ [John Fairhurst](https://github.com/johnfairh)
+
+* Support Swift `package` access control level.
+ [John Fairhurst](https://github.com/johnfairh)
+
+* Initial support for Swift macro declarations. Requires
+ `--swift-build-tool symbolgraph`.
+ [John Fairhurst](https://github.com/johnfairh)
+
+* Support Swift `@_documentation(visibility:)` attribute. Requires
+ `--swift-build-tool spm|xcodebuild`.
+ [John Fairhurst](https://github.com/johnfairh)
+
+##### Bug Fixes
+
+* Issue a warning instead of crashing on declarations without names.
+ [#1325](https://github.com/realm/jazzy/issues/1325)
+ [John Fairhurst](https://github.com/johnfairh)
+
+* Fix extension ordering in symbolgraph mode.
+ [John Fairhurst](https://github.com/johnfairh)
+
+* Fix symbolgraph mode crash involving tuple generic constraints.
+ [John Fairhurst](https://github.com/johnfairh)
+
## 0.14.3
##### Breaking
* None.