Commit 135189b4 authored by Marius Rackwitz's avatar Marius Rackwitz

[CHANGELOG] Add entries for #4146

parent 938e1a69
...@@ -8,12 +8,21 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -8,12 +8,21 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
##### Enhancements ##### Enhancements
* None. * Allow deduplication to take effect even when the same pod is used with
different sets of subspecs across different platforms.
This changes the general naming scheme scoped pod targets. They are
suffixed now on base of what makes them different among others for the
same root spec instead of being prefixed by the dependant target.
[Marius Rackwitz](https://github.com/mrackwitz)
[#4146](https://github.com/CocoaPods/CocoaPods/pull/4146)
##### Bug Fixes ##### Bug Fixes
* None. * Pods are built by default in another scoping level of the build products
directory identified by their name to exclude name clashes among
dependencies.
[Marius Rackwitz](https://github.com/mrackwitz)
[#4146](https://github.com/CocoaPods/CocoaPods/pull/4146)
## 1.0.0.beta.3 (2016-02-03) ## 1.0.0.beta.3 (2016-02-03)
......
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