Skip to content

Commit

Permalink
Update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Jun 24, 2024
1 parent d21442e commit a724bc0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 5.2.32
- Fixed Type.GetCLRSize for structs
- Use .NET functions for Array.Copy and Set
- Fixed Array CopyTo extension overloads for copying between an array and native memory
- Changed SymMapBaseCollectionTraversal.Collect typeName argument to Symbol
- Added ToBase64 extensions with span
- Added generic Compute**Hash overloads (avoiding GetCLRSize)
- Added AsCastSpan extension

### 5.2.31
* fixed Hash Computations for non-primitive types
* added `AsByteSpan` extension method for System.Array/string in >=net6.0
Expand Down

0 comments on commit a724bc0

Please sign in to comment.