Commit ce1f2a73 authored by arida's avatar arida
parent 859dad72
...@@ -10,7 +10,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -10,7 +10,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
* Remove references to the pre-1.0 Migrator. * Remove references to the pre-1.0 Migrator.
[Danielle Tomlinson](https://github.com/dantoml) [Danielle Tomlinson](https://github.com/dantoml)
[#5635](https://github.com/CocoaPods/CocoaPods/pull/5635) [#5635](https://github.com/CocoaPods/CocoaPods/pull/5635)
* Improve performance of dependency resolution.
[yanzhiwei147](https://github.com/yanzhiwei147)
[#5510](https://github.com/CocoaPods/CocoaPods/pull/5510)
##### Bug Fixes ##### Bug Fixes
...@@ -67,10 +71,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -67,10 +71,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
* Add a license type to generated acknowledgements file in plist. * Add a license type to generated acknowledgements file in plist.
[Naoto Kaneko](https://github.com/naoty) [Naoto Kaneko](https://github.com/naoty)
[#5436](https://github.com/CocoaPods/CocoaPods/pull/5436) [#5436](https://github.com/CocoaPods/CocoaPods/pull/5436)
* Improve performance of dependency resolution.
[yanzhiwei147](https://github.com/yanzhiwei147)
[#5510](https://github.com/CocoaPods/CocoaPods/pull/5510)
##### Bug Fixes ##### Bug Fixes
......
...@@ -485,8 +485,6 @@ module Pod ...@@ -485,8 +485,6 @@ module Pod
node_result node_result
end end
end end
dependencies[node.name]
end end
# Whether the given `edge` should be followed to find dependencies for the # Whether the given `edge` should be followed to find dependencies for the
......
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