aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-12-22 10:55:32 +0000
committerLouis Pilfold <louis@lpil.uk>2024-12-22 10:56:21 +0000
commitfc9444cec5e9482d2d1b56cf3354321d82a75f36 (patch)
tree629ff568399b727d97efc81d6829eb2efbe00257 /CHANGELOG.md
parentf43a6366e44062a5928340599591048a89f7398f (diff)
downloadgleam_stdlib-fc9444cec5e9482d2d1b56cf3354321d82a75f36.tar.gz
gleam_stdlib-fc9444cec5e9482d2d1b56cf3354321d82a75f36.zip
v0.50.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c926ee..578da59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## v0.50.0 - 2024-12-22
+
+- The `dynamic/decode` module has been added. This module will replace the
+ dynamic decoding combinators from `dynamic` (`decode3`, etc) in future.
+
## v0.49.0 - 2024-12-19
- The `float` module gains the `exponential` and `logarithm` function.