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 2874b1b commit 5211b74Copy full SHA for 5211b74
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# TMTumblrSDK changelog
2
3
+## 1.0.8
4
+
5
+* Use `NSInteger` instead of `int`
6
+* Use XCTest instead of OCUnit
7
+* Fix `UIActivity` subclass instance method that was supposed to be a class method
8
9
+## 1.0.7
10
11
+* Fix a bug where state remaining from a previous login could result in a subsequent login request being signed with invalid tokens
12
+* Fixed bug in example URL scheme
13
+* Fixed debug compilation in Xcode 5
14
15
## 1.0.6
16
* Changed `id` return types to `instancetype
17
* Fixed issue where iOS 7-only SDK method was being used for Base64 encoding
0 commit comments