提交 57c717f9 编写于 作者: J Jake Wharton

Prepare 2.0b4.

上级 291591e6
Change Log
==========
Version 2.0.0-beta4 *(In Development)*
--------------------------------------
Version 2.0.0-beta4 *(2016-02-04)*
----------------------------------
* New: `Call` instance is now passed to both `onResponse` and `onFailure` methods of `Callback`. This aids
in detecting when `onFailure` is called as a result of `Call.cancel()` by checking `Call.isCanceled()`.
......
......@@ -14,12 +14,12 @@ Download [the latest JAR][2] or grab via Maven:
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.0.0-beta3</version>
<version>2.0.0-beta4</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.squareup.retrofit2:retrofit:2.0.0-beta3'
compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4'
```
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册