aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-04-30 16:17:32 +0100
committerLouis Pilfold <louis@lpil.uk>2024-04-30 16:17:32 +0100
commitc91845d4d0e6edd46551249861eb72704ff23f5a (patch)
tree6ccbc7d923f13dc07e1ce5204c82d01d1dfa08a0
parent45014c39ae35a9f9471cf3334aaeee7237128f91 (diff)
downloadgleam_stdlib-c91845d4d0e6edd46551249861eb72704ff23f5a.tar.gz
gleam_stdlib-c91845d4d0e6edd46551249861eb72704ff23f5a.zip
Changes!
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 686a680..fdae968 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## Unreleased
+
+- The `list` module gains the `wrap` function.
+
## v0.37.0 - 2024-04-19
- The `order` module gains the `break_tie` and `lazy_break_tie` functions.