CHANGELOG.md in xcinvoke-0.2.0 vs CHANGELOG.md in xcinvoke-0.2.1
- old
+ new
@@ -1,4 +1,14 @@
+## 0.2.1
+
+##### Bug Fixes
+
+* Ensure that `xcrun` is invoked with the full path, avoiding hanging when
+ Xcode 4.3.x is installed.
+ [Samuel Giddins](https://github.com/segiddins)
+ [#3](https://github.com/segiddins/xcinvoke/issues/3)
+
+
## 0.2.0
##### Enhancements
* Return `Xcode#swift_version` as a `Version` object.