Skip to content

Commit

Permalink
GH-40190: [R][Docs] Update NEWS.md with build system changes (#40191)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
assignUser authored and thisisnic committed Mar 8, 2024
1 parent 19181e5 commit 7650174
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions r/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@
* A large number of minor spelling mistakes were fixed (@jsoref, #38929, #38257)
* The developer documentation has been updated to match changes made in recent releases (#38220)

# arrow 14.0.2.1

## Minor improvements and fixes

* Check for internet access when building from source and fallback to a
minimally scoped Arrow C++ build (#39699).
* Build from source by default on macOS, use `LIBARROW_BINARY=true` for old behavior (#39861).
* Support building against older versions of Arrow C++. This is currently opt-in
(`ARROW_R_ALLOW_CPP_VERSION_MISMATCH=true`) and requires atleast Arrow C++ 13.0.0 (#39739).
* Make it possible to use Arrow C++ from Rtools on windows (in future Rtools versions). (#39986).

# arrow 14.0.2

## Minor improvements and fixes
Expand Down

0 comments on commit 7650174

Please sign in to comment.