summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPaul Kmiec <[email protected]>2023-05-10 21:34:42 -0700
committerPaul Kmiec <[email protected]>2023-05-10 21:48:17 -0700
commit0c64b01f6c4c92f27dab2d0019d7bd133308854b (patch)
treea0f53a2242672ab5904a6a9e85dbceb0b43f67ac /CHANGELOG.md
parent1d94514b6562131371130449eaccf711aa60dc95 (diff)
downloadcaxlsx-0c64b01f6c4c92f27dab2d0019d7bd133308854b.tar.gz
caxlsx-0c64b01f6c4c92f27dab2d0019d7bd133308854b.zip
Fix `SimpleTypedList#to_a` and `SimpleTypedList#to_ary` returning the internal list instance
The `to_a` and `to_ary` now work more like standard Array methods with `to_a` returning a new array containing the elements of self and `to_ary` returning self.
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 49cae46a..19f5d742 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@ CHANGELOG
- **Unreleased**: 4.0.0
- Drop support for Ruby versions < 2.6
- Added frozen string literals
+ - Fix `SimpleTypedList#to_a` and `SimpleTypedList#to_ary` returning the internal list instance
- **April.23.23**: 3.4.1
- [PR #209](https://github.com/caxlsx/caxlsx/pull/209) - Revert characters other than `=` being considered as formulas.