Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update changelog + remove IOSafetyTests
  • Loading branch information
nejcvivod committed Jul 15, 2019
commit 83bcc7a5e5ec705dc8c613b5f46680e93ddfff28
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ All notable changes to this project will be documented in this file. Changes not
## Changed

- Set the version of the HTTP Server based in the project version in the **Info.plist** for macOS, iOS and tvOS platforms. ([#416](https://github.com/httpswift/swifter/pull/416)) by [@Vkt0r](https://github.com/Vkt0r)
- Update `HttpParser` so it percent-encodes the URL components before initializing `URLComponents`
- Update `SwifterTestsHttpParser` with a test for parsing bracketed query strings
- Update `HttpParser` so it percent-encodes the URL components before initializing `URLComponents`. ([#423](https://github.com/httpswift/swifter/pull/423)) by [@nejcvivod](https://github.com/nejcvivod)
- Update `SwifterTestsHttpParser` with a test for parsing bracketed query strings. ([#423](https://github.com/httpswift/swifter/pull/423)) by [@nejcvivod](https://github.com/nejcvivod)

# [1.4.7]

Expand Down
1 change: 0 additions & 1 deletion XCode/Tests/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ extension SwifterTestsWebSocketSession {

public func __allTests() -> [XCTestCaseEntry] {
return [
testCase(IOSafetyTests.__allTests__IOSafetyTests),
testCase(MimeTypeTests.__allTests__MimeTypeTests),
testCase(ServerThreadingTests.__allTests__ServerThreadingTests),
testCase(SwifterTestsHttpParser.__allTests__SwifterTestsHttpParser),
Expand Down