CHANGELOG.md in jazzy-0.7.2 vs CHANGELOG.md in jazzy-0.7.3
- old
+ new
@@ -1,4 +1,49 @@
+## 0.7.3
+
+##### Breaking
+
+* None.
+
+##### Enhancements
+
+* Podspec-based documentation will take trunk's `pushed_with_swift_version`
+ attribute into account when generating documentation by default.
+ [Orta Therox](https://github.com/orta)
+
+* Podspec-based documentation respects the `swift-version` config option.
+ [Orta Therox](https://github.com/orta)
+
+##### Enhancements
+
+* Support Objective-C class properties.
+ [Jérémie Girault](https://github.com/jeremiegirault)
+ [JP Simard](https://github.com/jpsim)
+
+* Support documenting Swift 3 operator precedence groups.
+ [JP Simard](https://github.com/jpsim)
+
+##### Bug Fixes
+
+* Rename Dash typedef type from "Alias" to "Type".
+ [Bogdan Popescu](https://github.com/Kapeli)
+
+* Fix crash when sorting multiple identically named declarations with no USR,
+ which is very common when generating docs for podspecs supporting multiple
+ platforms.
+ [JP Simard](https://github.com/jpsim)
+ [#661](https://github.com/realm/jazzy/issues/661)
+
+* Fix Xcode not being found when specifying a custom Swift version
+ (`--swift-version`).
+ [Samuel Giddins](https://github.com/segiddins)
+ [Paul Cantrell](https://github.com/pcantrell)
+ [#656](https://github.com/realm/jazzy/issues/656)
+
+* Fix crash when generating Objective-C docs for projects with "@" directives in
+ documentation comments with Xcode 8.1 or later.
+ [Jérémie Girault](https://github.com/jeremiegirault)
+
## 0.7.2
##### Breaking
* None.