diff --git a/CHANGELOG-ZH.md b/CHANGELOG-ZH.md index 4959abb8..d1f58a13 100644 --- a/CHANGELOG-ZH.md +++ b/CHANGELOG-ZH.md @@ -21,6 +21,10 @@ _2018-02-01_ - 提高实用性: 当确定本地提供的`Range`是正确的,但是后端却返回`416`时,将完全弃用`Range`请求头。close #921 - 提高性能: 为试探连接使用`HEAD`的请求替代`GET`方法,提高试探通信效率。 ref #933 +#### 其他 + +如果你正在使用`filedownloader-okhttp3-connection`,请将其更新到`1.1.0`版本来适配`1.7.0`版本。 + ## Version 1.6.9 _2017-12-16_ diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae7a208..0a30215c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ _2018-02-01_ - Improve Practicability: discard range totally if range is right but backend response 416. close #921 - Improve Performance: using HEAD request method instead of GET method for trial connect. ref #933 +#### Other + +If you are using filedownloader-okhttp3-connection, please upgrade it to the `1.1.0` to adapter FileDownloader 1.7.0. + ## Version 1.6.9 _2017-12-16_