This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a commit to branch maint-23.0.0-r
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 455df294935b73eb79548a2fb00f1bd01da4014d
Author: Nic Crane <[email protected]>
AuthorDate: Thu Jan 22 06:04:40 2026 -0500

    GH-48928: [R] Update NEWS for 23.0.0 release (#48930)
    
    ### Rationale for this change
    
    New release requires NEWS.md update
    
    ### What changes are included in this PR?
    
    Update it
    
    ### Are these changes tested?
    
    No
    
    ### Are there any user-facing changes?
    
    No
    * GitHub Issue: #48928
    
    Authored-by: Nic Crane <[email protected]>
    Signed-off-by: Nic Crane <[email protected]>
---
 r/NEWS.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/r/NEWS.md b/r/NEWS.md
index 3af9e1185e..7e4dde0a99 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -18,6 +18,22 @@
 -->
 
 # arrow 23.0.0
+
+## New features
+
+- `nchar()` now supports `keepNA = FALSE` (@HyukjinKwon, #48665).
+- `stringr::str_ilike()` binding for case-insensitive pattern matching 
(#48262).
+
+## Minor improvements and fixes
+
+- Fix slow performance reading files with large number of columns (#48104).
+- Fix segfault when calling `concat_tables()` on a `RecordBatch` (#47885).
+- Writing partitioned datasets on S3 no longer requires `ListBucket` 
permissions (@HaochengLIU, #47599).
+
+## Installation
+
+- As of version 23.0.0, `arrow` requires C++20 to build from source. This 
means that you may need a newer compiler than the default on some older 
systems. See `vignette("install", package = "arrow")` for guidance.
+
 # arrow 22.0.0.1
 
 ## Minor improvements and fixes

Reply via email to