diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
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 |