diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-10-26 13:04:11 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-10-26 13:07:39 +0100 |
commit | aa07fd92febf55c9f687d7ffe1ccde92ca0bbb09 (patch) | |
tree | 61a93029078e91252148dd2c60fdd50fc71d7281 | |
parent | e0cefe61b7519d8356885b941c34bbf4763cb71c (diff) | |
download | gleam_stdlib-aa07fd92febf55c9f687d7ffe1ccde92ca0bbb09.tar.gz gleam_stdlib-aa07fd92febf55c9f687d7ffe1ccde92ca0bbb09.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 298f24b..e01faf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ module. - The `bit_builder` module has been deprecated in favour of the new `bytes_builder` module. +- The `bit_array` module also contains the `base16_encode` and `base16_decode` + functions. - Improved performance of `string.to_graphemes` on JavaScript. - The `iterator` module gains the `map2` function. - The `list` module gains the `key_filter` function. |