We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3c65f commit 055413aCopy full SHA for 055413a
CHANGELOG.md
@@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. SPTDataLoad
3
4
--
5
6
+## [1.1.1](https://github.com/spotify/SPTDataLoader/releases/tag/1.1.1)
7
+_Released on 2016-02-20._
8
+
9
+### Added
10
+* Added support for SSL pinning.
11
+* Added iOS 10 support.
12
13
+### Fixed
14
+* Fixed nil URLs in the rate limiter causing a crash.
15
+* Fixed requests executing after they have been cancelled due to a race condition.
16
+* Fixed unique identifiers incrementing by 2 on every request made.
17
18
+### Removed
19
+* Removed iOS 7.0 support.
20
21
## [1.1.0](https://github.com/spotify/SPTDataLoader/releases/tag/1.1.0)
22
_Released on 2016-02-15._
23
0 commit comments