Commit 8e03d904 authored by Todd Casey's avatar Todd Casey

Updated CHANGELOG

parent c0b05b5b
...@@ -8,6 +8,12 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -8,6 +8,12 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
### Bug Fixes ### Bug Fixes
* Added recursive support to the public headers of vendored frameworks
that are automatically linked in the sandbox. This fixes and issue
for framework header directories that contain sub-directories.
[Todd Casey](https://github.com/vhariable)
[#3161](https://github.com/CocoaPods/CocoaPods/issues/3161)
* Public headers of vendored frameworks are now automatically linked in * Public headers of vendored frameworks are now automatically linked in
the sandbox. That allows transitive inclusion of headers from other pods. the sandbox. That allows transitive inclusion of headers from other pods.
[Vincent Isambart](https://github.com/vincentisambart) [Vincent Isambart](https://github.com/vincentisambart)
......
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