summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPaul Kmiec <[email protected]>2023-05-15 17:04:59 -0700
committerPaul Kmiec <[email protected]>2023-05-15 17:04:59 -0700
commit1201ef7145463a14d263a093d7d53a2f235e48e0 (patch)
treec4e60b2bd74fb22fb93e3bad1cef15f7bdc4e244 /CHANGELOG.md
parent447b2522bc4a06c8436e708eae40cf7244dc0ec4 (diff)
downloadcaxlsx-1201ef7145463a14d263a093d7d53a2f235e48e0.tar.gz
caxlsx-1201ef7145463a14d263a093d7d53a2f235e48e0.zip
Remove ability to set `u=` to true in favor of :single
The `u=` would convert `true` to `:single` for backwards compatibility. However, it is more explicit to set it to `:single` or one of the other underline options instead of relying on the conversion.
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 19f5d742..92d3396f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@ CHANGELOG
- Drop support for Ruby versions < 2.6
- Added frozen string literals
- 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
- **April.23.23**: 3.4.1
- [PR #209](https://github.com/caxlsx/caxlsx/pull/209) - Revert characters other than `=` being considered as formulas.