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

[CHANGELOG] Move Enhancements above Bug Fixes

parent 0bbbf243
......@@ -6,6 +6,12 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
## Master
##### Enhancements
* Xcodebuild warnings will now be reported as `warning` during linting
instead of `note`.
[Hugo Tunius](https://github.com/K0nserv)
##### Bug Fixes
* Ensure that linting fails if xcodebuild doesn't successfully build your Pod.
......@@ -13,16 +19,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[#2981](https://github.com/CocoaPods/CocoaPods/issues/2981)
[cocoapods-trunk#33](https://github.com/CocoaPods/cocoapods-trunk/issues/33)
* Xcodebuild warnings with the string `error` in them will no longer be
* Xcodebuild warnings with the string `error` in them will no longer be
linted as errors if they are in fact warnings.
[Hugo Tunius](https://github.com/K0nserv)
[#2579](https://github.com/CocoaPods/CocoaPods/issues/2579)
##### Enhancements
* Xcodebuild warnings will now be reported as `warning` during linting
instead of `note`.
[Hugo Tunius](https://github.com/K0nserv)
## 0.36.0.beta.1
......
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