Commit f447fb35 authored by Felix Lapalme's avatar Felix Lapalme

Fix typos in CHANGELOG.md

parent 6a0ba68e
...@@ -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