Commit 71bfce44 authored by Kyle Fuller's avatar Kyle Fuller

[CHANGELOG]

parent 396e71a7
...@@ -17,6 +17,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -17,6 +17,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Kyle Fuller](https://github.com/kylef) [Kyle Fuller](https://github.com/kylef)
[#2803](https://github.com/CocoaPods/CocoaPods/issues/2803) [#2803](https://github.com/CocoaPods/CocoaPods/issues/2803)
* Pods will use `CLANG_ENABLE_OBJC_ARC = 'YES'` instead of
`CLANG_ENABLE_OBJC_ARC = 'NO'`. For pods with `requires_arc = false` the
`-fno-objc-arc` flag will be specified for the all source files
[Hugo Tunius](https://github.com/K0nserv)
## 0.35.0.rc2 ## 0.35.0.rc2
...@@ -63,11 +68,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -63,11 +68,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[#978](https://github.com/CocoaPods/CocoaPods/issues/978) [#978](https://github.com/CocoaPods/CocoaPods/issues/978)
[#2002](https://github.com/CocoaPods/CocoaPods/issues/2002) [#2002](https://github.com/CocoaPods/CocoaPods/issues/2002)
* Pods will use `CLANG_ENABLE_OBJC_ARC = 'YES'` instead of
`CLANG_ENABLE_OBJC_ARC = 'NO'`. For pods with `requires_arc = false` the
`-fno-objc-arc` flag will be specified for the all source files
[Hugo Tunius](https://github.com/K0nserv)
##### Breaking ##### Breaking
* Support for older versions of Ruby has been dropped and CocoaPods now depends * Support for older versions of Ruby has been dropped and CocoaPods now depends
......
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