aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2019-12-19 11:47:30 +0000
committerLouis Pilfold <louis@lpil.uk>2019-12-19 11:47:30 +0000
commit7bc75a2b64f1ca9ab36a2bdbfa68580c11b5f1da (patch)
tree53ba8c5b7ec65063fcef72c2abaacb7b37c69caf
parent21d2771d72feb740e5408928e0d81f6e0fff513a (diff)
downloadgleam_stdlib-7bc75a2b64f1ca9ab36a2bdbfa68580c11b5f1da.tar.gz
gleam_stdlib-7bc75a2b64f1ca9ab36a2bdbfa68580c11b5f1da.zip
Changelog!
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d24dba6..96314b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## Unreleased
+
+- The `dynamic` module gains an `element` for decoding tuples.
+
## v0.5.0 - 2019-12-16
- Syntax has been updated for Gleam v0.5.
@@ -13,6 +17,7 @@
- The `string` module gains the `compare` function.
- The `float` module gains the `max`, and `min` functions.
- The `int` module gains the `max`, and `min` functions.
+- The `Any` type and module have been renamed to `Dynamic`.
## v0.4.0 - 2019-09-19