Skip to content

Commit

Permalink
Add news bullet.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Jul 11, 2023
1 parent 118a8eb commit 3594846
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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)

***************************************************************************


Expand Down

0 comments on commit 3594846

Please sign in to comment.