diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-02-22 18:39:16 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-02-22 18:39:56 +0000 |
commit | b4d476640499a2721b77cc27e067f564da3b2bbd (patch) | |
tree | 27369aa1b3c8daea4e2921fd428796f0dafe800a | |
parent | 47f42b705211f7867d6aab697be6375f2ac38aa3 (diff) | |
download | gleam_stdlib-b4d476640499a2721b77cc27e067f564da3b2bbd.tar.gz gleam_stdlib-b4d476640499a2721b77cc27e067f564da3b2bbd.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ade2e6a..5e8cf20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - The `dynamic` module gains the `decode9` function. - The `float` module gains the `loosely_compare` function. +- The `string_builder` module gains the `new` function. +- The `bit_builder` module gains the `new` function. - The `result` module gains the `replace`, `unwrap_both` and `unwrap_error` functions. |