From c7426b8d51d5a9cd34aa57e4afecc14a5b5c55b5 Mon Sep 17 00:00:00 2001 From: Jan Marvin Garbuszus Date: Sat, 28 Dec 2024 13:44:56 +0100 Subject: [PATCH] [misc] update NEWS --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8807869e5..e91369c69 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,8 @@ ## Fixes -* Formulas that do not have a `A1` cell reference to increase, are now shareable too. `wb_add_formula(x = "1", dims = "A1:A2", shared = TRUE)` +* The first formula in a workbook can now be a shared formula. [1223](https://github.com/JanMarvin/openxlsx2/pull/1223) +* Avoid passing ASCII strings through `Rcpp::String()`. Previously all `cc` columns were passed through `Rcpp::String()` to avoid encoding issues on non unicode systems. [1224](https://github.com/JanMarvin/openxlsx2/pull/1224) ***************************************************************************