Commit d2e97d07 authored by Eloy Durán's avatar Eloy Durán

[CHANGELOG] Some small improvements/fixes.

parent 634d6787
...@@ -9,30 +9,29 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -9,30 +9,29 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
* Added the `pod lib create` subcommand which allows to create a new Pod * Added the `pod lib create` subcommand which allows to create a new Pod
adhering to the best practices. The template is still a bit primitive adhering to the best practices. The template is still a bit primitive
and we encourage users to provide feedback by submitting patches and issues and we encourage users to provide feedback by submitting patches and issues
to the https://github.com/CocoaPods/CocoaPods. to https://github.com/CocoaPods/CocoaPods.
[#850](https://github.com/CocoaPods/CocoaPods/issues/850) [#850](https://github.com/CocoaPods/CocoaPods/issues/850)
* Added the `pod lib lint` subcommand which allows to lint the Pod stored * Added the `pod lib lint` subcommand which allows to lint the Pod stored
in the working directory (a pod spec in the root is needed). in the working directory (a pod spec in the root is needed).
[#850](https://github.com/CocoaPods/CocoaPods/issues/850) [#850](https://github.com/CocoaPods/CocoaPods/issues/850)
* The dependencies of the targets of the Pods project are now being explicitly * The dependencies of the targets of the Pods project are now made explicit.
set up.
[#1165](https://github.com/CocoaPods/CocoaPods/issues/1165) [#1165](https://github.com/CocoaPods/CocoaPods/issues/1165)
* The size of the cache used for the git repos is now configurable. For more * The size of the cache used for the git repos is now configurable. For more
detail see details see
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/config.rb#L7-L25 https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/config.rb#L7-L25
[#1159](https://github.com/CocoaPods/CocoaPods/issues/1159) [#1159](https://github.com/CocoaPods/CocoaPods/issues/1159)
* The copy resources shell script now aborts if any error occurs. * The copy resources shell script now aborts if any error occurs.
[#1098](https://github.com/CocoaPods/CocoaPods/issues/1098) [#1098](https://github.com/CocoaPods/CocoaPods/issues/1098)
* The output of shell script build phases don't show environment variables * The output of shell script build phases no longer includes environment
anymore to reduce noise. variables to reduce noise.
[#1122](https://github.com/CocoaPods/CocoaPods/issues/1122) [#1122](https://github.com/CocoaPods/CocoaPods/issues/1122)
* CocoaPods doesn't set anymore the deprecated `ALWAYS_SEARCH_USER_PATHS` build * CocoaPods no longer sets the deprecated `ALWAYS_SEARCH_USER_PATHS` build
setting. setting.
###### Bug fixes ###### Bug fixes
......
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