Skip to content

Commit 5211b74

Browse files
committed
Changelog
1 parent 2874b1b commit 5211b74

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# TMTumblrSDK changelog
22

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+
315
## 1.0.6
416
* Changed `id` return types to `instancetype
517
* Fixed issue where iOS 7-only SDK method was being used for Base64 encoding

0 commit comments

Comments
 (0)