Skip to content

Commit

Permalink
Add C# notes
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Reeve <[email protected]>
  • Loading branch information
kou and adamreeve authored Jul 18, 2024
1 parent b02c025 commit 0ff2eb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _posts/2024-07-16-17.0.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ Thanks for your contributions and participation in the project!

## C# notes

- The performance of building Decimal arrays using SqlDecimal values was improved for .NET 7+ (GH-41349)
- Scalar arrays now implement `ICollection<T?>` (GH-38692)
- Concatenating arrays with a non-zero offset with ArrowArrayConcatenator was fixed (GH-41164)
- Concatenating union arrays with ArrowArrayConcatenator was fixed (GH-41198)
- Accessing values of decimal arrays with a non-zero offset was fixed (GH-41199)

## Go Notes

## Java notes
Expand Down

0 comments on commit 0ff2eb6

Please sign in to comment.