Commit 436c0e2f authored by Samuel E. Giddins's avatar Samuel E. Giddins

Merge pull request #4995 from lapfelix/patch-2

Fix typos in CHANGELOG.md
parents 6a0ba68e f447fb35
...@@ -19,11 +19,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -19,11 +19,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
##### Breaking ##### Breaking
* Development pods will no longer be implicitly unlocked. This makes CocoaPods * Development pods will no longer be implicitly unlocked. This makes CocoaPods respect
to respect constraints related to dependencies of development pods in the constraints related to dependencies of development pods in the lockfile.
lockfile.
If you change constraints of a dependency of your development pod, and want to If you change the constraints of a dependency of your development pod and want to
override the locked version, you will have to use override the locked version, you will have to use
`pod update ${DEPENDENCY_NAME}` manually. `pod update ${DEPENDENCY_NAME}` manually.
[Muhammed Yavuz Nuzumlalı](https://github.com/manuyavuz) [Muhammed Yavuz Nuzumlalı](https://github.com/manuyavuz)
......
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