From 2f00f7ff2673291bab123fd0c3039f5dfaa76486 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 16 Jul 2023 11:44:55 +0100 Subject: v0.30.0 --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 306be71..b804e48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.30.0 - 2023-07-16 - The `list` module gains the `list.map2` function. - `reverse` has been renamed to `negate` in the `order` module. @@ -16,10 +16,12 @@ ## v0.29.1 - 2023-06-01 -- Fixed a bug on target JavaScript where `regex.check` would not correctly execute - while using the same regular expression in consecutive calls. -- The `zip` function's second argument in the `list` module gains the `with` label. -- The `strict_zip` function's second argument in the `list` module gains the `with` label. +- Fixed a bug on target JavaScript where `regex.check` would not correctly + execute while using the same regular expression in consecutive calls. +- The `zip` function's second argument in the `list` module gains the `with` + label. +- The `strict_zip` function's second argument in the `list` module gains the + `with` label. - The `pair` module gains the `new` function. ## v0.29.0 - 2023-05-23 -- cgit v1.2.3