aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-07-16 11:44:55 +0100
committerLouis Pilfold <louis@lpil.uk>2023-07-16 11:44:55 +0100
commit2f00f7ff2673291bab123fd0c3039f5dfaa76486 (patch)
treef921f708ea961b2f6032961b7793b2c4dbd105d6 /CHANGELOG.md
parent1fd170f5244339e34f1facb24a0893381e94e66a (diff)
downloadgleam_stdlib-2f00f7ff2673291bab123fd0c3039f5dfaa76486.tar.gz
gleam_stdlib-2f00f7ff2673291bab123fd0c3039f5dfaa76486.zip
v0.30.0v0.30.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 7 insertions, 5 deletions
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