summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStefan Daschek <[email protected]>2021-03-19 14:51:30 +0100
committerGitHub <[email protected]>2021-03-19 14:51:30 +0100
commite7d3c5c452511bfb595159bab8667193d18fa38f (patch)
tree856347e5336ae5e60a524c299734fa1ad6640119
parent37acfa2e3692fbc278e3a06df457fde8d88a5f01 (diff)
downloadcaxlsx-e7d3c5c452511bfb595159bab8667193d18fa38f.tar.gz
caxlsx-e7d3c5c452511bfb595159bab8667193d18fa38f.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb1808d7..265df641 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ CHANGELOG
- [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
+ - [PR #87|(https://github.com/caxlsx/caxlsx/pull/87) - Implement :offset option for worksheet#add_row
- **January.5.21**: 3.0.4
- [PR #72](https://github.com/caxlsx/caxlsx/pull/72) - Relax Ruby dependency to allow for Ruby 3. This required Travis to be upgraded from Ubuntu Trusty to Ubuntu Bionic. rbx-3 was dropped.