This is an automated email from the ASF dual-hosted git repository. brycemecum pushed a commit to branch maint-19.0.1-r in repository https://gitbox.apache.org/repos/asf/arrow.git
commit fed7eb7b5a6ad6fd0040e6bb94af20a69e853a1b Author: Bryce Mecum <[email protected]> AuthorDate: Wed Feb 19 17:03:29 2025 -0800 Update NEWS.md --- r/NEWS.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/r/NEWS.md b/r/NEWS.md index 95787c3ac3..36f3bd3496 100644 --- a/r/NEWS.md +++ b/r/NEWS.md @@ -20,10 +20,13 @@ # arrow 19.0.1 This release primarily updates the underlying Arrow C++ version used by the -package to 19.0.0. For what's changed in Arrow C++ 19.0.0, please see the [blog +package to version 19.0.1 and includes all changes from the 19.0.0 and 19.0.1 +releases. For what's changed in Arrow C++ 19.0.0, please see the [blog post](https://arrow.apache.org/blog/2025/01/16/19.0.0-release/) and -[changelog](https://arrow.apache.org/release/19.0.0.html#changelog) for the -19.0.0 release. +[changelog](https://arrow.apache.org/release/19.0.0.html#changelog). +For what's changed in Arrow C++ 19.0.1, please see the [blog +post](https://arrow.apache.org/blog/2025/02/16/19.0.1-release/) and +[changelog](https://arrow.apache.org/release/19.0.1.html#changelog). # arrow 18.1.0
