Skip to content

Commit

Permalink
* fixed Hash Computations for non-primitive types
Browse files Browse the repository at this point in the history
* added `AsByteSpan` extension method for System.Array/string in >=net6.0
  • Loading branch information
krauthaufen committed May 22, 2024
1 parent d09693c commit aa3cfb7
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 120 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 5.2.31
* fixed Hash Computations for non-primitive types
* added `AsByteSpan` extension method for System.Array/string in >=net6.0

### 5.2.30
* removed UnsafeCoerce usages and several other net6.0+ fixes

Expand Down
Loading

0 comments on commit aa3cfb7

Please sign in to comment.