Commit 2dd3f607 authored by Danielle Tomlinson's avatar Danielle Tomlinson

Add CHANGELOG entry

parent 748cbed7
...@@ -22,6 +22,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -22,6 +22,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Dimitris Koutsogiorgas](https://github.com/dnkoutso) [Dimitris Koutsogiorgas](https://github.com/dnkoutso)
[#6948](https://github.com/CocoaPods/CocoaPods/pull/6948) [#6948](https://github.com/CocoaPods/CocoaPods/pull/6948)
* Fix validation warnings when using --swift-version
[Danielle Tomlinson](https://github.com/dantoml)
[#6971](https://github.com/CocoaPods/CocoaPods/issue/6971)
## 1.3.1 (2017-08-02) ## 1.3.1 (2017-08-02)
##### Enhancements ##### Enhancements
......
...@@ -16,7 +16,7 @@ module Pod ...@@ -16,7 +16,7 @@ module Pod
# The default version of Swift to use when linting pods # The default version of Swift to use when linting pods
# #
DEFAULT_SWIFT_VERSION = '3.0' DEFAULT_SWIFT_VERSION = '3.0'.freeze
# @return [Specification::Linter] the linter instance from CocoaPods # @return [Specification::Linter] the linter instance from CocoaPods
# Core. # Core.
......
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