We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c57c0a commit 921bab6Copy full SHA for 921bab6
CHANGELOG.md
@@ -1,5 +1,10 @@
1
#Changelog
2
3
+## 7.0.4 (2015-06-25)
4
+
5
+### 变更
6
+* 多zone 支持
7
8
## 7.0.3 (2015-05-04)
9
10
### 修正
src/main/java/com/qiniu/common/Config.java
@@ -6,7 +6,7 @@
public final class Config {
- public static final String VERSION = "7.0.3";
+ public static final String VERSION = "7.0.4";
/**
11
* 断点上传时的分块大小(默认的分块大小, 不允许改变)
12
*/
0 commit comments