Commit 901cb920 authored by Eloy Durán's avatar Eloy Durán

[CHANGELOG] Improve entry description.

parent 7d6117c0
...@@ -14,9 +14,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -14,9 +14,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Samuel Giddins](https://github.com/segiddins) [Samuel Giddins](https://github.com/segiddins)
[#532](https://github.com/CocoaPods/CocoaPods/issues/532) [#532](https://github.com/CocoaPods/CocoaPods/issues/532)
* Store specific checkout options of externally-sourced dependencies in the * From now on, pods installed directly from their repositories will be recorded
`Lockfile` to guarentee that all users are using the same revision in the `Podfile.lock` file and will be guaranteed to be checked-out using the
(e.g. git commit). same revision on subsequent installations. Examples of this are when using
the `:git`, `:svn`, or `:hg` options in your `Podfile`.
[Samuel Giddins](https://github.com/segiddins) [Samuel Giddins](https://github.com/segiddins)
[#1058](https://github.com/CocoaPods/CocoaPods/issues/1058) [#1058](https://github.com/CocoaPods/CocoaPods/issues/1058)
......
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