Commit 7fdfffa7 authored by Fabio Pelosin's avatar Fabio Pelosin

Changelog

parent 937d194f
## 0.17.3 (unreleased) ## 0.18.0 (unreleased)
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.2...0.17.3) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.17.2...0.17.3)
[cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.2...0.17.3) [cocoapods-core](https://github.com/CocoaPods/Core/compare/0.17.2...0.17.3)
[Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.5.2...0.5.4) [Xcodeproj](https://github.com/CocoaPods/Xcodeproj/compare/0.5.2...0.5.4)
###### Enhancements ###### Enhancements
* Added the ability to inhibit warnings per pod.
Just pass `:inhibit_warnings => true` inline.
This feature has been implemented by Marin Usalj (@mneorr).
[#10](https://github.com/CocoaPods/Core/pull/10)
[#934](https://github.com/CocoaPods/CocoaPods/pull/934)
* A new build phase has been added to check that your
installation is in sync with the `Podfile.lock` and fail the build otherwise.
The new build phase will not be added automatically to targets already
integrated with CocoaPods, for integrating targets manually see [this
comment](https://github.com/CocoaPods/CocoaPods/pull/946#issuecomment-16042419)
This feature has been implemented by Ullrich Schäfer (@stigi).
[#946](https://github.com/CocoaPods/CocoaPods/pull/946)
* The `pod search` commands now accepts the `--ios` and the `--osx` arguments * The `pod search` commands now accepts the `--ios` and the `--osx` arguments
to filter the results by platform. to filter the results by platform.
[#625](https://github.com/CocoaPods/CocoaPods/issues/625) [#625](https://github.com/CocoaPods/CocoaPods/issues/625)
...@@ -15,13 +27,6 @@ ...@@ -15,13 +27,6 @@
has been renamed to `--no-repo-update`. has been renamed to `--no-repo-update`.
[#913](https://github.com/CocoaPods/CocoaPods/issues/913) [#913](https://github.com/CocoaPods/CocoaPods/issues/913)
###### Enhancements
* Added the ability to inhibit warnings per pod.
Just pass `:inhibit_warnings => true` inline.
[#10](https://github.com/CocoaPods/Core/pull/10)
[#934](https://github.com/CocoaPods/CocoaPods/pull/934)
###### Bug fixes ###### Bug fixes
* Improved handling for Xcode projects containing non ASCII characters. * Improved handling for Xcode projects containing non ASCII characters.
......
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