This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 9b96d7025b8 MINOR: [R] Add 25.0.1 NEWS entry (#50954)
9b96d7025b8 is described below
commit 9b96d7025b87cd4b88af329195318d2ec50892ae
Author: Nic Crane <[email protected]>
AuthorDate: Tue Aug 25 11:10:48 2026 +0100
MINOR: [R] Add 25.0.1 NEWS entry (#50954)
### Rationale for this change
The 25.0.1 section of r/NEWS.md on main is empty; the CRAN 25.0.1 release
branch has an entry for the mimalloc change that shipped in the patch release.
### What changes are included in this PR?
Adds the 25.0.1 NEWS entry to match the CRAN release branch.
### Are these changes tested?
No, documentation only.
### Are there any user-facing changes?
No.
Authored-by: Nic Crane <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
---
r/NEWS.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/r/NEWS.md b/r/NEWS.md
index 22c8638d134..37ed6c6de66 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -21,6 +21,10 @@
# arrow 25.0.1
+## Minor improvements and fixes
+
+- Improved mimalloc memory allocator configuration on macOS (#50428).
+
# arrow 25.0.0
## Breaking changes