Commit c41fec41 authored by Fabio Pelosin's avatar Fabio Pelosin

[Changelog]

parent 8fe92e1e
## 0.15.0 (unreleased) ## Master
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/master...b0.15.0) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.14.0...master)
###### Enhancements ###### Enhancements
- Pod `install` will update the specs repo only if needed.
[#533](https://github.com/CocoaPods/CocoaPods/issues/533)
- Added a pre install hook to the Podfile and to root specifications. - Added a pre install hook to the Podfile and to root specifications.
[#486](https://github.com/CocoaPods/CocoaPods/issues/486) [#486](https://github.com/CocoaPods/CocoaPods/issues/486)
- Support for `header_mappings_dir` attribute in subspecs. - Support for `header_mappings_dir` attribute in subspecs.
- Refactored UI. - Refactored UI.
###### Bug fixes
- Improvements to the git cache that should be more robust.
[#517](https://github.com/CocoaPods/CocoaPods/issues/517)
## Master
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.14.0...master)
###### Enhancements
- Added support for Podfiles named `Podfile.cocoapods` which allows to associate an editor application in Mac OS X. - Added support for Podfiles named `Podfile.cocoapods` which allows to associate an editor application in Mac OS X.
[#528](https://github.com/CocoaPods/CocoaPods/issues/528) [#528](https://github.com/CocoaPods/CocoaPods/issues/528)
- Added config option to disable the new version available message. - Added config option to disable the new version available message.
...@@ -30,10 +20,12 @@ ...@@ -30,10 +20,12 @@
###### Bug fixes ###### Bug fixes
- In certain conditions pod setup would execute twice. - Improvements to the git cache that should be more robust.
[#517](https://github.com/CocoaPods/CocoaPods/issues/517)
- In certain conditions pod setup would execute twice.
- The git cache now is updated if a branch is not found - The git cache now is updated if a branch is not found
[#514](https://github.com/CocoaPods/CocoaPods/issues/514) [#514](https://github.com/CocoaPods/CocoaPods/issues/514)
- Forcing UTF-8 encoding on licenses generation in Ruby 1.9. - Forcing UTF-8 encoding on licenses generation in Ruby 1.9.
[#530](https://github.com/CocoaPods/CocoaPods/issues/530) [#530](https://github.com/CocoaPods/CocoaPods/issues/530)
## 0.14.0 ## 0.14.0
......
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