Skip to content

Commit cd24fcd

Browse files
committed
Update NEWS.md for 24.0.0
1 parent 31b4b6c commit cd24fcd

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

r/NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@
1818
-->
1919

2020
# arrow 24.0.0
21+
22+
## New features
23+
24+
- Added support for dplyr's `filter_out()` (#49256)
25+
- Added support for dplyr's `when_any()` and `when_all()` (#49535)
26+
- Pre-built libarrow binaries are now available for Linux `arm64` users (#48574)
27+
28+
## Minor improvements and fixes
29+
30+
- Added a new `preserve_order` argument to `write_dataset` which can be set to `TRUE` to preserve the order of rows when writing (#49343)
31+
- Improved the error message when reading CSVs with columns that start with many empty values (#49338)
32+
- Fixed a crash when handling zero-length POSIXct vectors (#49619)
33+
2134
# arrow 23.0.1.2
2235

2336
## Minor improvements and fixes

0 commit comments

Comments
 (0)