summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStefan Daschek <[email protected]>2020-12-03 23:43:42 +0100
committerGitHub <[email protected]>2020-12-03 23:43:42 +0100
commit7d47e7838efef03b8022b09484c46e7434edc1b6 (patch)
treeea1fe96090bb983986b19d3eb4d3b8fadd7c300c
parent07f97cb90d59e77d74773851a22a7dd4a8115145 (diff)
downloadcaxlsx-7d47e7838efef03b8022b09484c46e7434edc1b6.tar.gz
caxlsx-7d47e7838efef03b8022b09484c46e7434edc1b6.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 af3432c7..6c69920a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@ CHANGELOG
---------
- **Unreleased**
+ - [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