CHANGELOG.md in jazzy-0.2.3 vs CHANGELOG.md in jazzy-0.2.4

- old
+ new

@@ -1,4 +1,34 @@ +## 0.2.4 + +##### Breaking + +* None. + +##### Enhancements + +* Improved how SourceKitten is vendored. + [JP Simard](https://github.com/jpsim) + +* Show type declaration under its title. + [pcantrell](https://github.com/pcantrell) + +* Added support for custom assets: pass `--assets-directory` to jazzy. + [gurkendoktor](https://github.com/gurkendoktor) + +* Added support for custom copyright text: pass `--copyright` to jazzy. + [emaloney](https://github.com/emaloney) + +##### Bug Fixes + +* Fixed a crash when parsing an empty documentation comment. + [JP Simard](https://github.com/jpsim) + [#236](https://github.com/realm/jazzy/issues/236) + +* `--exclude` now works properly if its argument is a relative path. + [pcantrell](https://github.com/pcantrell) + + ## 0.2.3 ##### Breaking * None.