Skip to content

Commit aceb51a

Browse files
authored
GH-40190: [R][Docs] Update NEWS.md with build system changes (#40191)
This ports some news entries written for the CRAN branch into main. * GitHub Issue: #40190 Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
1 parent b089c6a commit aceb51a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

r/NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@
5050
* A large number of minor spelling mistakes were fixed (@jsoref, #38929, #38257)
5151
* The developer documentation has been updated to match changes made in recent releases (#38220)
5252

53+
# arrow 14.0.2.1
54+
55+
## Minor improvements and fixes
56+
57+
* Check for internet access when building from source and fallback to a
58+
minimally scoped Arrow C++ build (#39699).
59+
* Build from source by default on macOS, use `LIBARROW_BINARY=true` for old behavior (#39861).
60+
* Support building against older versions of Arrow C++. This is currently opt-in
61+
(`ARROW_R_ALLOW_CPP_VERSION_MISMATCH=true`) and requires atleast Arrow C++ 13.0.0 (#39739).
62+
* Make it possible to use Arrow C++ from Rtools on windows (in future Rtools versions). (#39986).
63+
5364
# arrow 14.0.2
5465

5566
## Minor improvements and fixes

0 commit comments

Comments
 (0)