diff options
author | Michał Łępicki <michal.lepicki@gmail.com> | 2020-12-05 11:14:46 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-12-06 10:24:29 +0000 |
commit | 78c90457dad39639dc384c046846d899c15f7cef (patch) | |
tree | 0bb37f12f7a78dc81fa3e2801fff75a563011766 /CHANGELOG.md | |
parent | 46baf56bcf24cfbfae141b8bd1ad67417432e126 (diff) | |
download | gleam_stdlib-78c90457dad39639dc384c046846d899c15f7cef.tar.gz gleam_stdlib-78c90457dad39639dc384c046846d899c15f7cef.zip |
Add bit_builder.from_string_builder
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a383a..62ab9b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - The `float` module gains the `sum` and `product` functions. - The `result` module gains the `lazy_or` and `lazy_unwrap` functions. - The `bool` module gains the `nand`, `nor`, `exclusive_nor`, and `exclusive_or` functions. +- The `bit_builder` module gains the `from_string_builder` function. ## v0.12.0 - 2020-11-04 |