Skip to content

Commit

Permalink
docs: update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairtree committed Dec 28, 2019
1 parent a95f843 commit 87aee93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release notes for LazyCache #

## 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)

## Version 2.0.2
- Fix #71. Downgrade framework references to core framework 2.1 (not 2.2) since that is the current LTS release (PR #105)

## Version 2.0.1
- Add Ninject adapter (PR #61)

## Version 2.0.0
- *BREAKING CHANGE* Upgrade to netstandard2.0
- *BREAKING CHANGE* Change underlying cache from System.Runtime.Caching to Microsft.Extension.Caching.Memory
Expand Down

0 comments on commit 87aee93

Please sign in to comment.