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 de63870 commit 905d527Copy full SHA for 905d527
CHANGELOG.md
@@ -1,5 +1,11 @@
1
#Changelog
2
3
+## 7.0.7 (2014-12-24)
4
+
5
+### 修正
6
+* 上传时指定mimeType无效的问题
7
+* 忽略上传时,value 为 空字串的key
8
9
## 7.0.6 (2014-10-31)
10
11
### 修正
QiniuSDK/Common/QNVersion.h
@@ -11,4 +11,4 @@
/**
12
* sdk 版本
13
*/
14
-static const NSString *kQiniuVersion = @"7.0.6";
+static const NSString *kQiniuVersion = @"7.0.7";
0 commit comments