diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7fd8a..0c3cb31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog -## v0.47.0 - 2024-12-17 +## v0.48.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. |