diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-02-22 18:06:06 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-02-22 18:06:06 +0000 |
commit | 959115c8cfd1231be8196598687771a1618bfa40 (patch) | |
tree | b962873b65e75c80f6778746914bedd0e987e583 | |
parent | e64e7ea6f398172f58f6402b040b8daa363ff6a5 (diff) | |
download | gleam_stdlib-959115c8cfd1231be8196598687771a1618bfa40.tar.gz gleam_stdlib-959115c8cfd1231be8196598687771a1618bfa40.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a248a8..ade2e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- The `dynamic` module gains the `decode9` function. - The `float` module gains the `loosely_compare` function. - The `result` module gains the `replace`, `unwrap_both` and `unwrap_error` functions. |