This is an automated email from the ASF dual-hosted git repository.
assignuser 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 1c48d69844 MINOR: [R] Update NEWS.md for 14.0.2 (#39286)
1c48d69844 is described below
commit 1c48d69844cb00918be9255f60d7eb0f59792a8b
Author: Jacob Wujciak-Jens <[email protected]>
AuthorDate: Wed Dec 20 00:58:38 2023 +0100
MINOR: [R] Update NEWS.md for 14.0.2 (#39286)
Update NEWS.md with recent changes
Authored-by: Jacob Wujciak-Jens <[email protected]>
Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
r/NEWS.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/r/NEWS.md b/r/NEWS.md
index 63f12607d8..ca062b0390 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -21,6 +21,13 @@
# arrow 14.0.2
+## Minor improvements and fixes
+
+* Fixed C++ compiler warnings caused by implicit conversions (#39138, #39186).
+* Fixed confusing dplyr warnings during tests (#39076).
+* Added missing "-framework Security" pkg-config flag to prevent
+ issues when compiling with strict linker settings (#38861).
+
# arrow 14.0.0.2
## Minor improvements and fixes