Commit a1428d00 authored by Andy Molloy's avatar Andy Molloy

Add description of STRIP_INSTALLED_PRODUCT change to the changelog.

parent 61a78315
...@@ -9,6 +9,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -9,6 +9,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
* Fixed issue with `pod push` failing when the podspec is unchanged. It will now * Fixed issue with `pod push` failing when the podspec is unchanged. It will now
report `[No change] ExamplePod (0.1.0)` and continue to push other podspecs if report `[No change] ExamplePod (0.1.0)` and continue to push other podspecs if
they exist. [#1199](https://github.com/CocoaPods/CocoaPods/pull/1199) they exist. [#1199](https://github.com/CocoaPods/CocoaPods/pull/1199)
* Set STRIP_INSTALLED_PRODUCT = NO in the generated Pods project. This allows
Xcode to include symbols from CocoaPods in dSYMs during Archive builds.
## 0.22.2 ## 0.22.2
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.22.1...0.22.2) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.22.1...0.22.2)
......
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