Commit 6b9df344 authored by Daniel Tomlinson's avatar Daniel Tomlinson Committed by Kyle Fuller

Update changelog

parent d2aa1809
...@@ -51,6 +51,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -51,6 +51,10 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[Samuel Giddins](https://github.com/segiddins) [Samuel Giddins](https://github.com/segiddins)
[#1489](https://github.com/CocoaPods/CocoaPods/issues/1489) [#1489](https://github.com/CocoaPods/CocoaPods/issues/1489)
* Only setup the master specs repo if required
[Daniel Tomlinson](https://github.com/DanielTomlinson)
[#2562](https://github.com/CocoaPods/CocoaPods/issues/2562)
##### Bug Fixes ##### Bug Fixes
* Do not try to clone spec-repos in `/`. * Do not try to clone spec-repos in `/`.
...@@ -136,11 +140,12 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -136,11 +140,12 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
* Allow the `Validator` to only use specific sources. * Allow the `Validator` to only use specific sources.
Allows customizable source for `pod spec lint` and `pod lib lint`, Allows customizable source for `pod spec lint` and `pod lib lint`,
with both defaulting to `master`. with both defaulting to `master`.
[Samuel Giddins](https://github.com/segiddins) [Samuel Giddins](https://github.com/segiddins)
[#2543](https://github.com/CocoaPods/CocoaPods/issues/2543) [#2543](https://github.com/CocoaPods/CocoaPods/issues/2543)
[cocoapods-trunk#28](https://github.com/CocoaPods/cocoapods-trunk/issues/28) [cocoapods-trunk#28](https://github.com/CocoaPods/cocoapods-trunk/issues/28)
* Takes into account the sources specified in `Podfile` running * Takes into account the sources specified in `Podfile` running
`pod outdated`. `pod outdated`.
[Samuel Giddins](https://github.com/segiddins) [Samuel Giddins](https://github.com/segiddins)
......
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