diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-06-26 17:51:43 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-30 12:14:27 +0100 |
commit | 1ae8354d444013117abdde5987f734b3587592c4 (patch) | |
tree | 5fd03960b06d21f504ff59ce8edf5fdfb7587fc8 | |
parent | c5f596770a20ac4afdd3c7fd37bfb8550605cbe9 (diff) | |
download | gleam_stdlib-1ae8354d444013117abdde5987f734b3587592c4.tar.gz gleam_stdlib-1ae8354d444013117abdde5987f734b3587592c4.zip |
Changelog!
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b8f57..fb85cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - `bit_string` module created with `from_string`, `byte_size`, `append`, `part`, `int_to_u32` and `int_from_u32`. +- 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. +- The `iodata` module has been renamed to `string_builder`. - `os` module created with `get_env`, `insert_env`, `delete_env` and `system_time`. - The `string` module gains the `split_once` function. |