CHANGELOG.md in jazzy-0.13.2 vs CHANGELOG.md in jazzy-0.13.3

- old
+ new

@@ -1,4 +1,31 @@ +## 0.13.3 + +##### Breaking + +* None. + +##### Enhancements + +* Added a config option to provide sources of privately hosted pod + dependencies when using the `--podspec` option. + `--pod-sources url1,url2,…urlN`. + [Jonathan Bailey](https://github.com/jon889) + [#650](https://github.com/realm/jazzy/issues/650) + +* Improve Dash docset support: support online redirection when + `--root-url` is set, and provide `--docset-playground-url` to + support docset playground links. + [John Fairhurst](https://github.com/johnfairh) + +##### Bug Fixes + +* Fix module version not being used from podspec. + [Jonathan Bailey](https://github.com/jon889) + +* Autolink Swift custom attributes/property wrappers. + [John Fairhurst](https://github.com/johnfairh) + ## 0.13.2 ##### Breaking * None.