Commit 0054a3a2 authored by Marius Rackwitz's avatar Marius Rackwitz

[CHANGELOG] Add entries for #5017

parent 9adabb23
...@@ -6,6 +6,19 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -6,6 +6,19 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
## Master ## Master
##### Breaking
* Running `pod install` doesn't imply an automatic spec repo update.
The old behavior can be achieved by passing in the option `--repo-update`
or running `pod repo update`.
[Marius Rackwitz](https://github.com/mrackwitz)
[#5004](https://github.com/CocoaPods/CocoaPods/issues/5004)
* Remove the configuration variable `skip_repo_update` as the default behavior
varies now between `pod install` and `pod (update|outdated)`.
[Marius Rackwitz](https://github.com/mrackwitz)
[#5017](https://github.com/CocoaPods/CocoaPods/issues/5017)
##### Enhancements ##### Enhancements
* The master specs repo will no longer perform 'no-op' git fetches. This should * The master specs repo will no longer perform 'no-op' git fetches. This should
......
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