From e38695bf63b1d33d97032e995d7dd5609dd692b3 Mon Sep 17 00:00:00 2001 From: Alastair Crabtree Date: Sun, 27 Sep 2020 09:57:53 +0100 Subject: [PATCH] Update ReleaseNotes.md --- ReleaseNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 53150ae..b2df8e6 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -3,6 +3,7 @@ ## Version 2.1.3 - Rename ExpirationMode.ImmediateExpiry => ExpirationMode.ImmediateEviction - Lovely new logo! (#133) Thanks to @doolali +- Performance imporvements to reduce allocations in #134 - thanks @jnyrup ## Version 2.1.2 - Tweak key lock array size based on CPU count so larger for bigger machines (See PR #126 and discussion with @jjxtra)