summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWeston Ganger <[email protected]>2023-05-01 17:04:42 -0700
committerWeston Ganger <[email protected]>2023-05-24 12:52:17 -0700
commit3d4e8a7681b8a84f23f86bb77c76a2f57008c843 (patch)
tree2705af5cec4c2f51117487c7c5c6bce0e010aeea /CHANGELOG.md
parent6752225bbb8a9eec905ec02a98f1a25a309c404a (diff)
downloadcaxlsx-3d4e8a7681b8a84f23f86bb77c76a2f57008c843.tar.gz
caxlsx-3d4e8a7681b8a84f23f86bb77c76a2f57008c843.zip
Fix axlsx_styler gem error
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 cf7a02ba..c7e0fc8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ CHANGELOG
- Fix `SimpleTypedList#to_a` and `SimpleTypedList#to_ary` returning the internal list instance
- Remove ability to set `u=` to true in favor of using :single or one of the other underline options
- Fix `Workbook#sheet_by_name` not returning sheets with encoded characters in the name
+ - Raise exception if `axlsx_styler` gem is present as its code was merged directly into `caxlsx` in v3.3.0
- **April.23.23**: 3.4.1
- [PR #209](https://github.com/caxlsx/caxlsx/pull/209) - Revert characters other than `=` being considered as formulas.