Commit 4f387372 authored by Samuel Giddins's avatar Samuel Giddins

[CHANGELOG] Add entry for not setting dylib version settings

parent 83ad904b
......@@ -45,16 +45,21 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
* Podfile generated by `pod init` now specifies iOS 8.0 as the default platform
and includes `use_frameworks!` for Swift projects.
[Jamie Evans](https://github.com/JamieREvans)
* Support for the new `tvos` platform.
[Boris Bügling](https://github.com/neonichu)
[#4152](https://github.com/CocoaPods/CocoaPods/pull/4152)
* Either generate just one pod target or generate it once for each target
definition.
[Marius Rackwitz](https://github.com/mrackwitz)
[#4034](https://github.com/CocoaPods/CocoaPods/issues/4034)
* Stop setting `DYLIB_CURRENT_VERSION`, `CURRENT_PROJECT_VERSION`, and
`DYLIB_COMPATIBILITY_VERSION` for pods integrated as dynamic frameworks.
[Samuel Giddins](https://github.com/segiddins)
[#4083](https://github.com/CocoaPods/CocoaPods/issues/4083)
## 0.39.0.beta.4 (2015-09-02)
......
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