diff options
author | AlexCodesApps <141887614+AlexCodesApps@users.noreply.github.com> | 2024-12-17 16:02:10 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-12-17 15:09:50 +0000 |
commit | f13c14377b746f082d6f704a13fe877a363e6884 (patch) | |
tree | 1d9888d400c6d65d6199a28c754cf9e3d9e9492a | |
parent | 665be265b91bef1c5aa00de30435d8b7c20e7f27 (diff) | |
download | gleam_stdlib-f13c14377b746f082d6f704a13fe877a363e6884.tar.gz gleam_stdlib-f13c14377b746f082d6f704a13fe877a363e6884.zip |
updated changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c1eaddb..defb515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Changelog +## v0.48.0 - 2024-12-17 +- Fixed a bug where `string.utf_codepoint` would erronously accept negative input. + ## v0.47.0 - 2024-12-10 - 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 |