Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions r/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@

# arrow 21.0.0.9000
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this for arrow 21 or 22? No sure how this works but felt strange to see 21.0.0.9000 here talking about NEWS for arrow 22.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It for 22, but the value gets bumped automatically with the release scripts later.


## New features

- `stringr::str_replace_na()` binding implemented (#47521).

## Minor improvements and fixes

- Subsecond time variables no longer truncated in `hms::hms()` bindings (#47278)

# arrow 21.0.0.1

## Minor improvements and fixes
Expand Down
Loading