From 677ffbba2748b617ff58752021d65c4f46f54824 Mon Sep 17 00:00:00 2001 From: Alastair Crabtree Date: Wed, 1 Sep 2021 14:13:43 +0100 Subject: [PATCH] Update ReleaseNotes.md --- ReleaseNotes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index b2df8e6..15c106c 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,10 @@ # Release notes for LazyCache # +## Version 2.4.0 +- Bug fix for generic type - see #163. Thanks @gamblen +- Bug fix for async wait and abs expiry. Thanks @allanrodriguez +- (Very minor API change that is compiler compatible, but not binary compatible, so incrementing the minor.) + ## Version 2.1.3 - Rename ExpirationMode.ImmediateExpiry => ExpirationMode.ImmediateEviction - Lovely new logo! (#133) Thanks to @doolali