CHANGELOG.md in jazzy-0.14.4 vs CHANGELOG.md in jazzy-0.15.0
- old
+ new
@@ -1,4 +1,44 @@
+## 0.15.0
+
+##### Breaking
+
+* None.
+
+##### Enhancements
+
+* Update Javascript: typeahead.js 1.3.4, KaTeX 0.16.10
+ [John Fairhurst](https://github.com/johnfairh)
+
+* Support Swift 5.10 with Swift Package Manager projects.
+ [John Fairhurst](https://github.com/johnfairh)
+ [#1381](https://github.com/realm/jazzy/issues/1381)
+
+* Support documentation of multiple modules in a single website. Use
+ `--modules` or the config-file `modules` for more control. See the
+ README 'Documenting multiple modules' for more details.
+ [Argjira Mala](https://github.com/argjiramala-tomtom)
+ [Pedro Alcobia](https://github.com/PedroAlcobia-TomTom)
+ [John Fairhurst](https://github.com/johnfairh)
+ [#564](https://github.com/realm/jazzy/issues/564)
+
+* Improve page breadcrumbs to include parent pages and indicate source module
+ of extensions from other modules.
+ [John Fairhurst](https://github.com/johnfairh)
+
+* Add `--readme-title` and `--docset-title` to set the titles of the readme
+ docs page and the Dash docset independently of the module name.
+ [John Fairhurst](https://github.com/johnfairh)
+
+* Support Swift 5.9 symbolgraph extension symbols.
+ [John Fairhurst](https://github.com/johnfairh)
+ [#1368](https://github.com/realm/jazzy/issues/1368)
+
+##### Bug Fixes
+
+* Fix incorrect activesupport usage.
+ [John Fairhurst](https://github.com/johnfairh)
+
## 0.14.4
##### Breaking
* None.