diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed85f1e..fb1808d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ CHANGELOG --------- - **Unreleased** + - [PR #57](https://github.com/caxlsx/caxlsx/pull/57) - Deprecate using #serialize with boolean argument: Calls like `Package#serialize("name.xlsx", false)` should be replaced with `Package#serialize("name.xlsx", confirm_valid: false)`. + - [PR #77](https://github.com/caxlsx/caxlsx/pull/77) - Fix special characters in table header - [PR #79](https://github.com/caxlsx/caxlsx/pull/79) - Add support for format in pivot tables - **January.5.21**: 3.0.4 |
