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 59e3cb3 commit 1ad8a35Copy full SHA for 1ad8a35
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 7.2.9 (2017-12-29)
4
+### 修正
5
+* 部分类、方法的可访问权限
6
+* okhttp 从 3.3.1 升级到 3.9.1
7
+* gson 从 2.6.2 升级到 2.8.2
8
+
9
10
## 7.2.8 (2017-10-18)
11
### 增加
12
* 开放空间和域名列表域名的设置接口,以适应私有云定制
src/main/java/com/qiniu/common/Constants.java
@@ -9,7 +9,7 @@ public final class Constants {
/**
* 版本号
*/
- public static final String VERSION = "7.2.8";
+ public static final String VERSION = "7.2.9";
13
14
* 块大小,不能改变
15
0 commit comments