summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNoel Peden <[email protected]>2021-01-05 20:07:27 -0800
committerGitHub <[email protected]>2021-01-05 20:07:27 -0800
commitf4d711d810620879ed2b73e3218741a351a357b8 (patch)
tree670612720b40121a07a5901d0015ff9112f0d9ea /CHANGELOG.md
parente1e55b4b2a0e9a856e50375fd1e883b7bdadb3e7 (diff)
parente859d267e9e4239a8f85253f1e303dc27ece0cb6 (diff)
downloadcaxlsx-f4d711d810620879ed2b73e3218741a351a357b8.tar.gz
caxlsx-f4d711d810620879ed2b73e3218741a351a357b8.zip
Merge pull request #70 from chi-deutschland/fix-worksheet-title-length-rule
Fix worksheet title length enforcement
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a2aba0a..2dd0ebbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ CHANGELOG
- [PR #62](https://github.com/caxlsx/caxlsx/pull/62) - Fix edge cases in format detection for objects whose string representation made them look like numbers but the object didn’t respond to `#to_i` or `#to_f`.
- [PR #56](https://github.com/caxlsx/caxlsx/pull/56) - Add `zip_command` option to `#serialize` for faster serialization of large Excel files by using a zip binary
- [PR #54](https://github.com/caxlsx/caxlsx/pull/54) - Fix type detection for floats with out-of-rage exponents
+ - [I #67](https://github.com/caxlsx/caxlsx/issues/67) - Fix regression in worksheet name length enforcement: Some unicode characters were counted incorrectly, so that names that previously worked fine now stopped working. (This was introduced in 3.0.2)
- **July.16.20**: 3.0.2
- [I #51](https://github.com/caxlsx/caxlsx/issues/51) - Images do not import on Windows. IO read set explicitly to binary mode.