aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorevuez <helloevuez@gmail.com>2021-02-23 14:12:57 +0100
committerGitHub <noreply@github.com>2021-02-23 13:12:57 +0000
commit3464cbb286b4f17cbfd4239aa5ddcfd1bf6a871c (patch)
treef57a3965e03c0843b5899d29a33223c22a7b883b /CHANGELOG.md
parent9424ebf22a18a46b871a5236457d4b08aca6b7cf (diff)
downloadgleam_stdlib-3464cbb286b4f17cbfd4239aa5ddcfd1bf6a871c.tar.gz
gleam_stdlib-3464cbb286b4f17cbfd4239aa5ddcfd1bf6a871c.zip
Add dynamic.tuple{3,4,5,6} (#165)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48f759f..c8a6117 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Unreleased
+- The `dynamic` module gains the `tuple3`, `tuple4`, `tuple5`, `tuple6` functions and
+ their typed equivalents `typed_tuple3`, `typed_tuple4`, `typed_tuple5`, `typed_tuple6`.
- The `list` modules gains the `drop_while` and `take_while` functions.
## v0.14.0 - 2021-02-18