[CHANGELOG] Add entry for local pod implicit locking removal

parent d40348d1
...@@ -20,6 +20,16 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -20,6 +20,16 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
##### Bug Fixes ##### Bug Fixes
* Development pods will no longer be implicitly unlocked. This makes CocoaPods
to respect constraints related to dependencies of development pods in the lockfile.
If you change constraints of a dependency of your development pod, and want to
override the locked version, you will have to use `pod update ${DEPENDENCY_NAME}` manually.
[Muhammed Yavuz Nuzumlalı](https://github.com/manuyavuz)
[#4211](https://github.com/CocoaPods/CocoaPods/issues/4211)
[#4577](https://github.com/CocoaPods/CocoaPods/issues/4577)
[#4580](https://github.com/CocoaPods/CocoaPods/issues/4580)
* Fixes paths passed for resources bundles in the copy resources script. * Fixes paths passed for resources bundles in the copy resources script.
[Marius Rackwitz](https://github.com/mrackwitz) [Marius Rackwitz](https://github.com/mrackwitz)
[#4954](https://github.com/CocoaPods/CocoaPods/pull/4954) [#4954](https://github.com/CocoaPods/CocoaPods/pull/4954)
......
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