Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noniq authored Mar 19, 2021
1 parent e7d3c5c commit 90bd6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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
- [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.
Expand Down

0 comments on commit 90bd6c3

Please sign in to comment.