diff --git a/r/NEWS.md b/r/NEWS.md index b9568afe66542..afae9ae4e388e 100644 --- a/r/NEWS.md +++ b/r/NEWS.md @@ -19,6 +19,16 @@ # arrow 17.0.0.9000 +## Minor improvements and fixes + +* Fix bindings to allow filtering a factor column in a Dataset using `%in%` (#43446) +* Update `str_sub` binding to properly handle negative `end` values (@coussens, #44141) +* Fix summarize() performance regression (pushdown) (#43649) +* Fix altrep string columns from readr (#43351) +* Fix crash in ParquetFileWriter$WriteTable and add WriteBatch (#42241) +* Fix bindings in Math group generics (@aboyoun, #43162) +* Fix pull on a grouped query returns the wrong column (#43172) + # arrow 17.0.0 ## New features