From 2ed8728bf0102e00a432588efa3ebbcc81534af6 Mon Sep 17 00:00:00 2001 From: Alastair Crabtree Date: Sat, 28 Dec 2019 14:27:54 +0000 Subject: [PATCH] docs: release notes --- ReleaseNotes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 2355460..ec31aa0 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,8 @@ # Release notes for LazyCache # +## Version 2.0.4 +- Fix #82 Make constructor resolution specific when using aspnet core dependency injection + ## Version 2.0.3 - Fix #46 GetOrAdd and GetOrAddAsync returning nulll if there is already an item with the same key but different type in the cache (PR #106)