From 7581e518fbc331d325a461cab97bcfb8f98e2e3e Mon Sep 17 00:00:00 2001 From: Tim Taylor Date: Thu, 20 Aug 2026 13:07:39 +0100 Subject: [PATCH 1/3] add news of #7882 --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 5d2c35aa9..75a56b6ea 100644 --- a/NEWS.md +++ b/NEWS.md @@ -112,6 +112,8 @@ 10. `fwrite()` returns a clearer error message when `na = data.frame()` is used, [#7866](https://github.com/Rdatatable/data.table/issues/7866). Thanks @mcol for the report and the fix. +11. Handled OpenMP deprecation of `MASTER` construct, [#7882](https://github.com/Rdatatable/data.table/pull/7882). Thanks @TimTaylor for the PR. + ## data.table [v1.18.4](https://github.com/Rdatatable/data.table/milestone/45) (6 May 2026) ### BUG FIXES From 8721ece4dbccfa1d92a87e669a8e368c0f5d2103 Mon Sep 17 00:00:00 2001 From: Tim Taylor Date: Thu, 20 Aug 2026 13:07:48 +0100 Subject: [PATCH 2/3] add ctb re #7882 --- DESCRIPTION | 1 + 1 file changed, 1 insertion(+) diff --git a/DESCRIPTION b/DESCRIPTION index c6310fd92..05ced6a85 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -110,5 +110,6 @@ Authors@R: c( person("Manmita", "Das", role="ctb"), person("Tarun", "Thammisetty", role="ctb"), person("Marco", "Colombo", role="ctb", comment = c(ORCID = "0000-0001-6672-0623")), + person("Tim", "Taylor", role="ctb", comment = c(ORCID = "0000-0002-8587-7113")), NULL ) From 44d9e9fa74227a6470b858768a60b9dacf1ba6a2 Mon Sep 17 00:00:00 2001 From: Tim Taylor Date: Thu, 20 Aug 2026 13:17:53 +0100 Subject: [PATCH 3/3] fix uppercase->lowercase --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 75a56b6ea..5c2dd834f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -112,7 +112,7 @@ 10. `fwrite()` returns a clearer error message when `na = data.frame()` is used, [#7866](https://github.com/Rdatatable/data.table/issues/7866). Thanks @mcol for the report and the fix. -11. Handled OpenMP deprecation of `MASTER` construct, [#7882](https://github.com/Rdatatable/data.table/pull/7882). Thanks @TimTaylor for the PR. +11. Handled OpenMP deprecation of `master` construct, [#7882](https://github.com/Rdatatable/data.table/pull/7882). Thanks @TimTaylor for the PR. ## data.table [v1.18.4](https://github.com/Rdatatable/data.table/milestone/45) (6 May 2026)