Commit da2c2056 authored by Adam Sharp's avatar Adam Sharp

Update CHANGELOG.md for CocoaPods/Core#30

parent 4b2c469b
...@@ -4,6 +4,15 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -4,6 +4,15 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
## Master ## Master
###### Enhancements
* Targets passed to the `link_with` method of the Podfile DSL no longer need
to be explicitly passed as an array. `link_with ['target1', 'target2']` can
now be written as `link_with 'target1', 'target2'`.
[Adam Sharp](https://github.com/sharplet)
[Core#30](https://github.com/CocoaPods/Core/pull/30)
###### Bug Fixes ###### Bug Fixes
* Fixed a crash related to CocoaPods being unable to resolve an unique build * Fixed a crash related to CocoaPods being unable to resolve an unique build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment