Commit 8e53e7c6 authored by Fabio Pelosin's avatar Fabio Pelosin

Changelog

parent 3ccb10cc
...@@ -31,8 +31,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -31,8 +31,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
**NOTE**: _The above example is actually one that we know of. We’re not sure **NOTE**: _The above example is actually one that we know of. We’re not sure
yet which process causes this, but there shouldn’t be a need for any process yet which process causes this, but there shouldn’t be a need for any process
to read data from the root path anyways._ to read data from the root path anyways._
**NOTE 2**: _At the moment the sandbox is not compatible with the `:path` option **NOTE 2**: _At the moment the sandbox is not compatible with the `:path` option
when referencing Pods that are not stored within the directory of the Podfile._ when referencing Pods that are not stored within the directory of the Podfile._
* The naked `pod` command now defaults to `pod install`. * The naked `pod` command now defaults to `pod install`.
...@@ -48,6 +48,15 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -48,6 +48,15 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
reintegrated as plugin (see reintegrated as plugin (see
[#1037](https://github.com/CocoaPods/CocoaPods/issues/1037)). [#1037](https://github.com/CocoaPods/CocoaPods/issues/1037)).
* Improved performance of the copy resources script and thus build time of
the integrated targets. Contribution by [@onato](https://github.com/onato)
[#1050](https://github.com/CocoaPods/CocoaPods/issues/1050).
* The changelog for the current version is printed after CocoaPods is
installed/updated.
[#853](https://github.com/CocoaPods/CocoaPods/issues/853).
###### Bug fixes ###### Bug fixes
* Inheriting `inhibit_warnings` per pod is now working * Inheriting `inhibit_warnings` per pod is now working
......
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