diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-12-17 15:17:30 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-12-17 15:18:47 +0000 |
commit | bb50cd1621fe10aad79fa40d6437265084344ad4 (patch) | |
tree | 3dd5f5d141ed082b5d7182790acf274340319794 | |
parent | 8dc4112e8ee95d9e07f651e7b85c8d7f76a9dba0 (diff) | |
download | gleam_stdlib-bb50cd1621fe10aad79fa40d6437265084344ad4.tar.gz gleam_stdlib-bb50cd1621fe10aad79fa40d6437265084344ad4.zip |
v0.47.0
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3cb31..cc7fd8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,9 @@ # Changelog -## v0.48.0 - 2024-12-17 +## v0.47.0 - 2024-12-17 - Fixed a bug where `string.utf_codepoint` would erronously accept negative input. - The deprecated `string_builder` and `bytes_builder` modules have been removed. - -## v0.47.0 - 2024-12-10 - - The `compare` and `to_int` functions from the `gleam/bool` module have been deprecated. |