diff options
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 90ad8d1..c1eaddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - The `compare` and `to_int` functions from the `gleam/bool` module have been deprecated. +- Fixed a bug where `string.utf_codepoint` would erronously accept negative input. ## v0.46.0 - 2024-12-08 |