Skip to content

Commit

Permalink
Add Ruby/GLib related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2024
1 parent 9823e55 commit 4cb3eb1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions _posts/2024-04-20-16.0.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,26 @@ For more on what’s in the 16.0.0 R package, see the [R changelog][4].

### Ruby

- Added support for customizing timestamp parsers.
[GH-40590](https://github.com/apache/arrow/issues/40590)

### C GLib

- Added support for time zone in `GArrowTimestampDataType`.
[GH-39702](https://github.com/apache/arrow/issues/39702)
- Added missing compute function options.
[GH-40402](https://github.com/apache/arrow/issues/40402)
- `GArrowSplitPatternOptions`
- `GArrowStrftimeOptions`
- `GArrowStrptimeOptions`
- `GArrowStructFieldOptions`
- Changed documentation generator to GI-DocGen from GTK-Doc.
[GH-39935](https://github.com/apache/arrow/issues/39935)
- Added `GArrowTimestampParser`.
[GH-40438](https://github.com/apache/arrow/issues/40438)
- Added support for customizing timestamp parsers.
[GH-40590](https://github.com/apache/arrow/issues/40590)

## Rust notes

The Rust projects have moved to separate repositories outside the
Expand Down

0 comments on commit 4cb3eb1

Please sign in to comment.