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

[CHANGELOG] Update for 0.34.0

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