diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-12-22 14:04:59 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-12-22 14:04:59 +0000 |
commit | 928f8fb7f6d8c46ebb42c0f71b654afb19a1607e (patch) | |
tree | 2ad5659e9d30081ac6b2e80fba5df6e0aa7511bf /CHANGELOG.md | |
parent | cbec8f5109415882a47e191af2a5e1a7d2b412d7 (diff) | |
download | gleam_stdlib-928f8fb7f6d8c46ebb42c0f71b654afb19a1607e.tar.gz gleam_stdlib-928f8fb7f6d8c46ebb42c0f71b654afb19a1607e.zip |
v0.51.0v0.51.0
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 44fa101..dfc290d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.51.0 - 2024-12-22 + +- `dynamic/decode` now has its own error type. +- The `new_primitive_decoder` function in the `dynamic/decode` has a new API. + ## v0.50.0 - 2024-12-22 - The `dynamic/decode` module has been added. This module will replace the |