CHANGELOG.md in jazzy-0.1.4 vs CHANGELOG.md in jazzy-0.1.5

- old
+ new

@@ -1,4 +1,57 @@ +## 0.1.5 + +##### Breaking + +* None. + +##### Enhancements + +* Added `--readme` command line option. + [segiddins](https://github.com/segiddins) + [#196](https://github.com/realm/jazzy/issues/196) + +* Cleaned up front end HTML & CSS. + [JP Simard](https://github.com/jpsim) + [#95](https://github.com/realm/jazzy/issues/95) + +* "Show on GitHub" links now link to line-ranges for multi-line definitions. + [JP Simard](https://github.com/jpsim) + [#198](https://github.com/realm/jazzy/issues/198) + +##### Bug Fixes + +* Fixed issue where docset would contain duplicate files. + [JP Simard](https://github.com/jpsim) + [#204](https://github.com/realm/jazzy/issues/204) + +* Fixed installation issues on case-sensitive file systems. + [kishikawakatsumi](https://github.com/kishikawakatsumi) + +* Fixed out-of-bounds exception when parsing the declaration in files starting + with a declaration. + [JP Simard](https://github.com/jpsim) + [#30](https://github.com/jpsim/SourceKitten/issues/30) + +* Fixed out-of-bounds exception and inaccurate parsed declarations when using + multibyte characters. + [JP Simard](https://github.com/jpsim) + [#35](https://github.com/jpsim/SourceKitten/issues/35) + +* Fixed parsing issues with keyword functions such as `subscript`, `init` and + `deinit`. + [JP Simard](https://github.com/jpsim) + [#27](https://github.com/jpsim/SourceKitten/issues/27) + +* Fixed issues where USR wasn't accurate because dependencies couldn't be + resolved. + [JP Simard](https://github.com/jpsim) + +* Allow using a version of Xcode that is symlinked to + `/Applications/Xcode.app`. + [Samuel Giddins](https://github.com/segiddins) + + ## 0.1.4 ##### Breaking * None.