diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d6656f..227da83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - [performance] Reduce locking churn in cleanup methods. [#212](https://github.com/pinterest/PINCache/pull/212) - [fix] Don't set file protection unless requested. [#220](https://github.com/pinterest/PINCache/pull/220) - [new] Add ability to set an object level TTL: [#209](https://github.com/pinterest/PINCache/pull/209) +- [performance] Improve performance of age limit trimming: [#224](https://github.com/pinterest/PINCache/pull/224) ## 3.0.1 -- Beta 6 - [fix] Add some sane limits to the disk cache: [#201]https://github.com/pinterest/PINCache/pull/201