aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEthan Thoma <ethanthoma@gmail.com>2024-12-21 14:09:12 -0800
committerGitHub <noreply@github.com>2024-12-21 22:09:12 +0000
commit9d76bea763732dee0358feaeae46840cb75093be (patch)
tree767277049d9bedd56652ebf378cd35db3e98c4a3 /CHANGELOG.md
parent9dee307c7f1fa0641975c98a81da0b6f763c24b5 (diff)
downloadgleam_stdlib-9d76bea763732dee0358feaeae46840cb75093be.tar.gz
gleam_stdlib-9d76bea763732dee0358feaeae46840cb75093be.zip
Add `sample` function to List module, add `log` and `exp` functions to Float module (#772)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30b1cc9..8c926ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,8 @@
## v0.49.0 - 2024-12-19
-- The `list` module gains the `max` function.
+- The `float` module gains the `exponential` and `logarithm` function.
+- The `list` module gains the `max` and `sample` function.
## v0.48.0 - 2024-12-17