From 4dcda518923260bc31f2f98a054b663f0afbd934 Mon Sep 17 00:00:00 2001 From: elhaj abid Date: Sun, 16 Oct 2022 19:47:55 +0100 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8e9b9..5944517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ From Hacktoberfest: - Test coverage at 100% - Arr::isEmpty() methods thanks to @Tautve for the implementation and @RoadSigns for the review - Allow Arr::flatMap() to support multidimensional arrays by @RoadSigns +- Add toLocaleString() to get the string representation of the elements in the array ## 0.0.9 - 2022-10-02 From Hacktoberfest: