aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-12-17 15:20:35 +0000
committerLouis Pilfold <louis@lpil.uk>2024-12-17 15:20:35 +0000
commitc33b7341838d9286903c39697c82fc81f30fd437 (patch)
treeeaee379b5112b8e60fd7c5d3b9daa76d8f3581a7 /CHANGELOG.md
parentbb50cd1621fe10aad79fa40d6437265084344ad4 (diff)
downloadgleam_stdlib-c33b7341838d9286903c39697c82fc81f30fd437.tar.gz
gleam_stdlib-c33b7341838d9286903c39697c82fc81f30fd437.zip
v0.48.0v0.48.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
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.