Commit e4c28fdc authored by Ben Asher's avatar Ben Asher

Add CHANGELOG entry

parent 4b4ff758
...@@ -24,10 +24,15 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -24,10 +24,15 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
Improved support for framework-only projects. Improved support for framework-only projects.
[benasher44](https://github.com/benasher44) [benasher44](https://github.com/benasher44)
[#5733](https://github.com/CocoaPods/CocoaPods/pull/5733) [#5733](https://github.com/CocoaPods/CocoaPods/pull/5733)
* Set ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES when appropriate. * Set ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES when appropriate.
[benasher44](https://github.com/benasher44) [benasher44](https://github.com/benasher44)
[#5732](https://github.com/CocoaPods/CocoaPods/pull/5732) [#5732](https://github.com/CocoaPods/CocoaPods/pull/5732)
* Verify that embedded target platform and swift version matches the host.
[benasher44](https://github.com/benasher44)
[#5747](https://github.com/CocoaPods/CocoaPods/pull/5747)
##### Bug Fixes ##### Bug Fixes
* Hash scope suffixes if they are over 50 characters to prevent file paths from being too long. * Hash scope suffixes if they are over 50 characters to prevent file paths from being too long.
......
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