From 01400632abd79e46c1e82b8e64d93f7ffaedbb9d Mon Sep 17 00:00:00 2001 From: Alastair Crabtree Date: Sun, 20 Sep 2020 22:11:08 +0100 Subject: [PATCH] docs: Update release notes --- ReleaseNotes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 1e16434..ddc6c96 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,8 @@ # Release notes for LazyCache # +## Version 2.1.1 +- PR #126 (and issue #104) optimise cache key locking for faster performance under high CPU load and lots of concurrency. Thanks to @jjxtra + ## Version 2.1.0 - Add options for expiration: - ExpirationMode.ImmediateExpiration which uses a timer to remove items from the cache as soon as they expire (more resource intensive)