Commit bd07c851 authored by Eloy Duran's avatar Eloy Duran

Add note to CHANGELOG.md about Xcodeproj API changes.

parent db0a1332
...@@ -36,6 +36,13 @@ currently spread throughout the installation process and provide a better API ...@@ -36,6 +36,13 @@ currently spread throughout the installation process and provide a better API
for working with the contents of this directory. for working with the contents of this directory.
### Xcodeproj API
All Xcodeproj APIs are now in `snake_case`, instead of `camelCase`. If you are
manipulating the project from your Podfile's `post_install` hook, or from a
podspec, then update these method calls.
### Enhancements ### Enhancements
* [#166](https://github.com/CocoaPods/CocoaPods/issues/166): Added printing * [#166](https://github.com/CocoaPods/CocoaPods/issues/166): Added printing
......
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