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 ad79f72 commit 07e9671Copy full SHA for 07e9671
CHANGELOG.md
@@ -1,5 +1,9 @@
1
#Changelog
2
3
+## 7.0.9 (2016-04-22)
4
+### 增加
5
+* 强制copy或者move
6
+
7
## 7.0.8 (2016-01-05)
8
9
### 修正
src/main/java/com/qiniu/common/Config.java
@@ -6,7 +6,7 @@
public final class Config {
- public static final String VERSION = "7.0.8";
+ public static final String VERSION = "7.0.9";
10
/**
11
* 断点上传时的分块大小(默认的分块大小, 不允许改变)
12
*/
0 commit comments