aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Puc <marcin.e.puc@gmail.com>2021-05-07 00:38:26 +0200
committerLouis Pilfold <louis@lpil.uk>2021-05-07 11:17:45 +0100
commit3e3f49ac6b09a0e395d3d4f9cca3c811b2002c87 (patch)
tree4e92c261d5d6b63a3e45cf8864f5c9465949c7a1
parentb506e702609882163c16d365150e408b9844c457 (diff)
downloadgleam_stdlib-3e3f49ac6b09a0e395d3d4f9cca3c811b2002c87.tar.gz
gleam_stdlib-3e3f49ac6b09a0e395d3d4f9cca3c811b2002c87.zip
Add note about tuples to changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07ec6e7..747bf99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## Unreleased
+
+- All modules now use the new `#(a, b, ...)` tuple syntax.
+
## v0.15.0 - 2021-05-05
- The `list.split_while` function's second argument now has the label