Update 0.1.1 description in CHANGELOG.md

This commit is contained in:
Max Desiatov 2020-06-19 00:35:57 +01:00 committed by GitHub
parent 5aef869c29
commit d5e1bf9761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)