From 43e32953ba28a892fe5063d60b253c2c7282cbaf Mon Sep 17 00:00:00 2001 From: "Ryan M. Moore" Date: Wed, 15 May 2024 14:59:51 -0400 Subject: Add `dict.each` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f1348f6..b3851ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - The `sort` function of the `list` module has been optimised in case it's working on an already sorted list. +- The `dict` module gains the `each` function. - The `list` module gains the `wrap` function. - The `iterator` module gains the `find_map` function. - Fixed `string.inspect` not formatting the `\f` form feed control character -- cgit v1.2.3