diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-06-30 13:21:20 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-30 13:21:20 +0100 |
commit | cd9f78320acf2942b5e63cd5370f14f3cce12662 (patch) | |
tree | a59329451db43d2fefb6a3707e1a0bc6696a3497 /CHANGELOG.md | |
parent | 1fb3e8e6c69fbd254fdf5ede2dd098746ce35498 (diff) | |
download | gleam_stdlib-cd9f78320acf2942b5e63cd5370f14f3cce12662.tar.gz gleam_stdlib-cd9f78320acf2942b5e63cd5370f14f3cce12662.zip |
bit_string.{to_string, is_utf8}
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c1375..b63e006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Unreleased - `bit_string` module created with `from_string`, `byte_size`, `append`, - `part`, `int_to_u32` and `int_from_u32`. + `part`, `to_string`, `is_utf8`, `int_to_u32` and `int_from_u32` functions. - The `bit_builder` module has been introduced with `prepend`, `append`, `prepend_builder`, `append_builder`, `prepend_string`, `append_string`, `concat`, `from_bit_string`, `to_bit_string`, and `byte_size` functions. |