diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | gleam.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e600d..d7edea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## Unreleased +## v0.22.1 - 2022-06-27 -- Fixed a bug in `big_string.concat`, it now uses `erlang:list_to_bitstring` +- Fixed a bug where `big_string.concat` could crash. - The `bit_builder` module gains the `from_bit_strings` function. ## v0.22.0 - 2022-06-15 @@ -1,5 +1,5 @@ name = "gleam_stdlib" -version = "0.22.0" +version = "0.22.1" licences = ["Apache-2.0"] description = "A standard library for the Gleam programming language" |