From 9d76bea763732dee0358feaeae46840cb75093be Mon Sep 17 00:00:00 2001 From: Ethan Thoma Date: Sat, 21 Dec 2024 14:09:12 -0800 Subject: Add `sample` function to List module, add `log` and `exp` functions to Float module (#772) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3