Skip to content

Commit

Permalink
Merge pull request #71 from benasher44/basher_pincache_2.2.1
Browse files Browse the repository at this point in the history
PINCache 2.2.1 release
  • Loading branch information
garrettmoon committed Feb 17, 2016
2 parents 3bcda2f + 7019e9c commit 4f37011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 2.2.1 -- 2016 Feb 15 ###

- [fixed] When ttlCache is enabled, skip updating the file modification time when accessing `fileURLForKey:` [#70](https://github.com/pinterest/PINCache/pull/70)

### 2.2 -- 2016 Feb 10 ###

- [new] Allow caches to behave like a TTLCache [#66](https://github.com/pinterest/PINCache/pull/66)
Expand Down
2 changes: 1 addition & 1 deletion PINCache.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PINCache'
s.version = '2.2'
s.version = '2.2.1'
s.source_files = 'PINCache/*.{h,m}'
s.homepage = 'https://github.com/pinterest/PINCache'
s.summary = 'Fast, thread safe, parallel object cache for iOS and OS X.'
Expand Down

0 comments on commit 4f37011

Please sign in to comment.