Commit ca8448c0 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[CHANGELOG] Add entry for moving private pod headers

parent b2a49389
......@@ -21,6 +21,12 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Samuel Giddins](https://github.com/segiddins)
[#2639](https://github.com/CocoaPods/CocoaPods/issues/2639)
* Move pods' private headers to `Headers/Private` from `Headers/Build`.
Since some SCM ignore templates include `build` by default, this makes it
easier to check in the `Pods/` directory.
[Samuel Giddins](https://github.com/segiddins)
[#2623](https://github.com/CocoaPods/CocoaPods/issues/2623)
##### Bug Fixes
* Fix updating a pod that has subspec dependencies.
......
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