Commit c3fb5d0a authored by Fabio Pelosin's avatar Fabio Pelosin

Updated changelog

parent cfebf438
...@@ -2,17 +2,19 @@ ...@@ -2,17 +2,19 @@
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/master...0.17) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/master...0.17)
- TODO: Dropped script for resources. - TODO: Dropped script for resources.
- Added support for `prefix_header_file` in subspecs
- Added support for `prefix_header_contents` in subspecs
###### DSL Changes ###### Specification DSL Changes
- Deprecated header_mappings hook for specifications. - Deprecated `header_mappings` hook.
- `preferred_dependency` has been renamed to `default_subspec`. - `preferred_dependency` has been renamed to `default_subspec`.
- Added `s.exclude_source_files` and related attributes to the specification class. - Added `exclude_files` attribute.
- Added support for prefix_header_file in subspecs - Removed `exclude_header_search_paths`
- Added support for prefix_header_contents in subspecs - Added `screenshots` attribute
- Removed exclude_header_search_paths - Added default values for attributes like `source_files`.
- Added screenshot attribute - `requires_arc` is transioning from `false` to `true`.
- Renamed preferred_dependency - The support for Rake File list is being deprecated.
###### Enhancements ###### Enhancements
...@@ -36,7 +38,6 @@ ...@@ -36,7 +38,6 @@
- Use Rake 0.9.4 - Use Rake 0.9.4
[#657](https://github.com/CocoaPods/CocoaPods/issues/657) [#657](https://github.com/CocoaPods/CocoaPods/issues/657)
## 0.16.0.rc5 ## 0.16.0.rc5
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.rc4...0.16.0.rc5) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.16.0.rc4...0.16.0.rc5)
......
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