From 3594846cf3a3359b4feb18840a89c9ac76f49d4a Mon Sep 17 00:00:00 2001 From: olivroy Date: Tue, 11 Jul 2023 10:23:26 -0400 Subject: [PATCH] Add news bullet. --- NEWS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 3dabf968b..34784808f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ # openxlsx2 (development version) -## New features + +## API Change * Function arguments are now defaulting to `snake_case`. For the time being, both arguments are accepted and `camelCase` will be switched to `snake_case` under the hood. Documentation like vignettes and examples are currently still displaying `camelCase` and maybe some `camelCase` function slipped through. [678](https://github.com/JanMarvin/openxlsx2/pull/678) @@ -22,6 +23,10 @@ * make `get_cell_refs()`, `get_date_origin()`, `guess_col_type()`, and `write_file()` internal functions * make classes `styles_mgr()`, `wbSheetData`, `wbWorksheet`, `wbChartsheet`, `wbComment`, `wbHyperlink` internal +## Refactoring + +* Cleanup / revisit documentation and vignettes (#682, @olivroy) + ***************************************************************************