Skip to content

Commit

Permalink
add NEWS entry
Browse files Browse the repository at this point in the history
  • Loading branch information
shrektan committed Nov 21, 2020
1 parent 7f5f778 commit 2b6b5ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# openxlsx 4.2.3

## New Features

* Most of functions in openxlsx now support non-ASCII arguments better. More specifically, we can use non-ASCII strings as names or contents for `createNamedRegion()` ([#103](https://github.com/ycphs/openxlsx/issues/103)), `writeComment()`, `writeData()`, `writeDataTable()` and `writeFormula()`. In addition, openxlsx now reads comments and region names that contain non-ASCII strings correctly on Windows. Thanks to @shrektan for the PR [#118](https://github.com/ycphs/openxlsx/pull/118).

## Fixes for Check issues

* Fix to pass the tests for link-time optimization type mismatches
Expand Down

0 comments on commit 2b6b5ba

Please # to comment.