From 0c64b01f6c4c92f27dab2d0019d7bd133308854b Mon Sep 17 00:00:00 2001 From: Paul Kmiec Date: Wed, 10 May 2023 21:34:42 -0700 Subject: 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. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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. -- cgit v1.2.3