This is an automated email from the ASF dual-hosted git repository.
brycemecum pushed a commit to branch maint-20.0.0-r
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/maint-20.0.0-r by this push:
new 736e6cc03d Update NEWS.md for 20.0.0
736e6cc03d is described below
commit 736e6cc03d7e74adfc349e2d848d238ded75b4a7
Author: Bryce Mecum <[email protected]>
AuthorDate: Mon May 5 12:16:59 2025 -0700
Update NEWS.md for 20.0.0
---
r/NEWS.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/r/NEWS.md b/r/NEWS.md
index 420ad8b332..3cb50ef80f 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -19,6 +19,16 @@
# arrow 20.0.0
+## Minor improvements and fixes
+
+- Binary Arrays now inherit from `blob::blob` in addition to `arrow_binary`
when
+ [converted to R
+
objects](https://arrow.apache.org/docs/r/articles/data_types.html#translations-from-arrow-to-r).
+ This change is the first step in eventually deprecating the `arrow_binary`
+ class in favor of the `blob` class in the
+ [`blob`](https://cran.r-project.org/package=blob) package (See
+ [GH-45709](https://github.com/apache/arrow/issues/45709)).
+
# arrow 19.0.1.1
## Minor improvements and fixes