Skip to content

Commit

Permalink
Update 0.1.1 description in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored Jun 18, 2020
1 parent 5aef869 commit d5e1bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This is a bugfix release that fixes dependency downloads on Linux. The issue was
caused by [Foundation not supporting HTTP
redirects](https://github.com/apple/swift-corelibs-foundation/pull/2744), and is now
resolved by using [AsyncHTTPClient](https://github.com/swift-server/async-http-client)
redirects](https://github.com/apple/swift-corelibs-foundation/pull/2744) in Swift 5.2 on Linux,
and is now resolved by using [AsyncHTTPClient](https://github.com/swift-server/async-http-client)
instead of Foundation's `URLSession` for dependency downloads.

# 0.1.0 (16 June 2020)
Expand Down

0 comments on commit d5e1bf9

Please sign in to comment.