Commit e27a9b03 authored by Hugo Tunius's avatar Hugo Tunius

[Changelog] Update changelog with changes regarding ARC

parent 6a194e9d
......@@ -63,6 +63,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[#978](https://github.com/CocoaPods/CocoaPods/issues/978)
[#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
* 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