From 14755c9a948f8eca66c878a1c0464707660c12c4 Mon Sep 17 00:00:00 2001 From: Victor Sigler Date: Wed, 16 Sep 2020 08:41:52 -0400 Subject: [PATCH] Update the CHANGELOG --- .github/workflows/macos-tests.yml | 6 +++--- CHANGELOG.md | 4 ++-- XCode/Tests/SwifterTestsHttpParser.swift | 2 +- XCode/Tests/SwifterTestsWebSocketSession.swift | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/macos-tests.yml b/.github/workflows/macos-tests.yml index 084658c4..7224f1b3 100644 --- a/.github/workflows/macos-tests.yml +++ b/.github/workflows/macos-tests.yml @@ -8,9 +8,9 @@ jobs: Test-OS-X-Platform: runs-on: macos-latest steps: - - uses: maxim-lobanov/setup-xcode@v1.1 - with: - xcode-version: 12.0 + - uses: maxim-lobanov/setup-xcode@v1.1 + with: + xcode-version: 12.0 env: TEST_REPORTS: /tmp/test-results LANG: en_US.UTF-8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 51036663..630b19fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,14 +20,14 @@ All notable changes to this project will be documented in this file. Changes not ## Removed -- Support for the iOS 8 deployment target. ([#421](https://github.com/httpswift/swifter/pull/421)) by [@Vkt0r](https://github.com/Vkt0r) +- Support for the iOS 8 deployment target. ([#462](https://github.com/httpswift/swifter/pull/462)) by [@Vkt0r](https://github.com/Vkt0r) ## Added - Add the `trailing_whitespace` rule in Swiftlint and autocorrect all the source files. ([#421](https://github.com/httpswift/swifter/pull/421)) by [@Vkt0r](https://github.com/Vkt0r) - Update the project for Xcode 11.1. ([#438](https://github.com/httpswift/swifter/pull/438)) by [@Vkt0r](https://github.com/Vkt0r) - Add optional 'Content-Type' to Data HttpResponse. ([#450](https://github.com/httpswift/swifter/pull/450)) by [@SoftwareEngineerChris](https://github.com/SoftwareEngineerChris) -- Support Xcode 12 and Swift 5+. ([#421](https://github.com/httpswift/swifter/pull/421)) by [@Vkt0r](https://github.com/Vkt0r) +- Support Xcode 12 and Swift 5+. ([#462](https://github.com/httpswift/swifter/pull/462)) by [@Vkt0r](https://github.com/Vkt0r) ## Changed diff --git a/XCode/Tests/SwifterTestsHttpParser.swift b/XCode/Tests/SwifterTestsHttpParser.swift index f0b6753a..2b76b525 100644 --- a/XCode/Tests/SwifterTestsHttpParser.swift +++ b/XCode/Tests/SwifterTestsHttpParser.swift @@ -50,7 +50,7 @@ class SwifterTestsHttpParser: XCTestCase { } } - // swiftlint:disable function_body_length cyclomatic_complexity + // swiftlint:disable function_body_length func testParser() { let parser = HttpParser() diff --git a/XCode/Tests/SwifterTestsWebSocketSession.swift b/XCode/Tests/SwifterTestsWebSocketSession.swift index 85056464..97a02988 100644 --- a/XCode/Tests/SwifterTestsWebSocketSession.swift +++ b/XCode/Tests/SwifterTestsWebSocketSession.swift @@ -29,7 +29,7 @@ class SwifterTestsWebSocketSession: XCTestCase { } } - // swiftlint:disable function_body_length cyclomatic_complexity + // swiftlint:disable function_body_length func testParser() { do {