This is an automated email from the ASF dual-hosted git repository.
amoeba pushed a commit to branch maint-24.0.0-r
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/maint-24.0.0-r by this push:
new cd24fcd2ed Update NEWS.md for 24.0.0
cd24fcd2ed is described below
commit cd24fcd2edf32ba779ead3bdd2499fbd2fb654b7
Author: Bryce Mecum <[email protected]>
AuthorDate: Sat Apr 25 17:00:07 2026 +0000
Update NEWS.md for 24.0.0
---
r/NEWS.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/r/NEWS.md b/r/NEWS.md
index c4a8b6b6a8..3c548eead7 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -18,6 +18,19 @@
-->
# arrow 24.0.0
+
+## New features
+
+- Added support for dplyr's `filter_out()` (#49256)
+- Added support for dplyr's `when_any()` and `when_all()` (#49535)
+- Pre-built libarrow binaries are now available for Linux `arm64` users
(#48574)
+
+## Minor improvements and fixes
+
+- Added a new `preserve_order` argument to `write_dataset` which can be set to
`TRUE` to preserve the order of rows when writing (#49343)
+- Improved the error message when reading CSVs with columns that start with
many empty values (#49338)
+- Fixed a crash when handling zero-length POSIXct vectors (#49619)
+
# arrow 23.0.1.2
## Minor improvements and fixes