Commit 7bfc1a79 authored by Kyle Fuller's avatar Kyle Fuller

[CHANGELOG] Updates for #1249

parent 068aa170
...@@ -65,6 +65,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -65,6 +65,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[Steffen Matthischke](https://github.com/HeEAaD) [Steffen Matthischke](https://github.com/HeEAaD)
[#2700](https://github.com/CocoaPods/CocoaPods/pull/2700) [#2700](https://github.com/CocoaPods/CocoaPods/pull/2700)
* Fixes an issues where headers from a podspec with one platform are exposed to
targets with a different platform. The headers are now only exposed to the
targets with the same platform.
[Michael Melanson](https://github.com/michaelmelanson)
[Kyle Fuller](https://github.com/kylef)
[#1249](https://github.com/CocoaPods/CocoaPods/issues/1249)
## 0.34.4 ## 0.34.4
##### Bug Fixes ##### Bug Fixes
...@@ -178,11 +186,6 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -178,11 +186,6 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[Kra Larivain](https://github.com/olarivain) [Kra Larivain](https://github.com/olarivain)
[#2532](https://github.com/CocoaPods/CocoaPods/pull/2532) [#2532](https://github.com/CocoaPods/CocoaPods/pull/2532)
* Proper scoping of header search paths to the target platform.
[Michael Melanson](https://github.com/michaelmelanson)
[Kyle Fuller](https://github.com/kylef)
[#1249](https://github.com/CocoaPods/CocoaPods/issues/1249)
## 0.34.1 ## 0.34.1
......
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