Skip to content

Commit

Permalink
Update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Vkt0r committed Sep 16, 2020
1 parent 5cfb185 commit 14755c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
Test-OS-X-Platform:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: 12.0
- uses: maxim-lobanov/[email protected]
with:
xcode-version: 12.0
env:
TEST_REPORTS: /tmp/test-results
LANG: en_US.UTF-8
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion XCode/Tests/SwifterTestsHttpParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SwifterTestsHttpParser: XCTestCase {
}
}

// swiftlint:disable function_body_length cyclomatic_complexity
// swiftlint:disable function_body_length
func testParser() {
let parser = HttpParser()

Expand Down
2 changes: 1 addition & 1 deletion XCode/Tests/SwifterTestsWebSocketSession.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SwifterTestsWebSocketSession: XCTestCase {
}
}

// swiftlint:disable function_body_length cyclomatic_complexity
// swiftlint:disable function_body_length
func testParser() {

do {
Expand Down

0 comments on commit 14755c9

Please sign in to comment.