Skip to content

Commit 706ba6f

Browse files
committed
2.1.3 release
1 parent f15ca03 commit 706ba6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.1.3 -- 2016 Apr 13 ###
2+
- [fixed] Images May Be Removed from Disk Cache for Not Being in Memory Cache [#186](https://github.com/pinterest/PINRemoteImage/commit/f15ca03ece954b4712b2c669c849245617e73e08)
3+
14
### 2.1.2 -- 2016 Mar 25 ###
25
- [fixed] Remove disk cache call potentially on main thread [#167](https://github.com/pinterest/PINRemoteImage/pull/167)
36
- [fixed] Nullability specifiers [#170](https://github.com/pinterest/PINRemoteImage/pull/170)

PINRemoteImage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Pod::Spec.new do |s|
1111
s.name = "PINRemoteImage"
12-
s.version = "2.1.2"
12+
s.version = "2.1.3"
1313
s.summary = "A thread safe, performant, feature rich image fetcher"
1414
s.homepage = "https://github.com/pinterest/PINRemoteImage"
1515
s.license = 'Apache 2.0'

0 commit comments

Comments
 (0)