summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorStefan Daschek <[email protected]>2021-03-27 11:44:28 +0100
committerGitHub <[email protected]>2021-03-27 11:44:28 +0100
commitaa361aa0518f785f2be32bb06c2621db631d17eb (patch)
treeb1a751cd3fb284ac78ba13e1febd116404452755 /CHANGELOG.md
parent6072a9f6052f2022f5281f4ce2a0df499c01d07a (diff)
downloadcaxlsx-aa361aa0518f785f2be32bb06c2621db631d17eb.tar.gz
caxlsx-aa361aa0518f785f2be32bb06c2621db631d17eb.zip
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a85a161a..9970a462 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,11 @@ 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
+ - [PR #95](https://github.com/caxlsx/caxlsx/pull/95) - Replace mimemagic with marcel
- [PR #87](https://github.com/caxlsx/caxlsx/pull/87) - Implement :offset option for worksheet#add_row
+ - [PR #79](https://github.com/caxlsx/caxlsx/pull/79) - Add support for format in pivot tables
+ - [PR #77](https://github.com/caxlsx/caxlsx/pull/77) - Fix special characters in table header
+ - [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)`.
- **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.