Skip to content

Commit 51343ca

Browse files
committed
Update podspec for 3.0.1 beta 8 release
1 parent f114a8d commit 51343ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
* Add your own contributions to the next release on the line below this with your name.
44

5-
- [performance] Return TTL cache objects without waiting for all metadata to be read. [#228]
6-
(https://github.com/pinterest/PINCache/pull/228)
5+
## 3.0.1 -- Beta 8
6+
- [fix] Initing PINCache with TTL enabled should enable TTL on PINMemoryCache. [#246](https://github.com/pinterest/PINCache/pull/246)
7+
- [performance] Return TTL cache objects without waiting for all metadata to be read. [#228](https://github.com/pinterest/PINCache/pull/228)
78
- [performance] Memory cache now performs some tasks such as trimming and removing experied objects with low priority. [#234](https://github.com/pinterest/PINCache/pull/234)
89

910
## 3.0.1 -- Beta 7

PINCache.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PINCache'
3-
s.version = '3.0.1-beta.7'
3+
s.version = '3.0.1-beta.8'
44
s.homepage = 'https://github.com/pinterest/PINCache'
55
s.summary = 'Fast, thread safe, parallel object cache for iOS and OS X.'
66
s.authors = { 'Garrett Moon' => '[email protected]', 'Justin Ouellette' => '[email protected]' }

0 commit comments

Comments
 (0)