summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorStefan Daschek <[email protected]>2021-03-19 14:51:50 +0100
committerGitHub <[email protected]>2021-03-19 14:51:50 +0100
commit90bd6c37147312afca58b9862f109d06f6e29699 (patch)
treeb03255079d37469716373ea6f725e5e4276129df /CHANGELOG.md
parente7d3c5c452511bfb595159bab8667193d18fa38f (diff)
downloadcaxlsx-90bd6c37147312afca58b9862f109d06f6e29699.tar.gz
caxlsx-90bd6c37147312afca58b9862f109d06f6e29699.zip
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 265df641..a85a161a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.