Commit 3c0b0e7b authored by Eloy Durán's avatar Eloy Durán

[CHANGELOG] Update for 0.34.0

parent 253a8cb8
...@@ -2,16 +2,15 @@ ...@@ -2,16 +2,15 @@
To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides/installing_cocoapods.html). To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides/installing_cocoapods.html).
## Master ## 0.34.0
##### Breaking ##### Breaking
* Add support for loading podspecs from *only* specific spec-repos via * Add support for loading podspecs from *only* specific spec-repos via
`sources`. By default, when there are no sources specified in a Podfile all `sources`. By default, when there are no sources specified in a Podfile all
source repos will be used. This has always been the case. source repos will be used. This has always been the case. However, this
However, this implicit use of sources is now deprecated. implicit use of sources is now deprecated. Once you specify specific sources,
Once you specify specific sources, **no** repos wil be included by **no** repos wil be included by default. For example:
default. For example:
source 'https://banana.com/corp/private-spec-repo.git' source 'https://banana.com/corp/private-spec-repo.git'
source 'https://github.com/CocoaPods/Specs.git' source 'https://github.com/CocoaPods/Specs.git'
......
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