aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGiacomo Cavalieri <giacomo.cavalieri@icloud.com>2024-04-08 13:38:33 +0200
committerLouis Pilfold <louis@lpil.uk>2024-04-08 12:55:10 +0100
commit11ff0aa8e0b5b37d1a4cc4ed0b074495b5e51d5f (patch)
treedb3341345b6bb18ec319991be1a8e06cdfca26e4 /CHANGELOG.md
parentd40649249ef2c294054ff741a0a2864bf4850968 (diff)
downloadgleam_stdlib-11ff0aa8e0b5b37d1a4cc4ed0b074495b5e51d5f.tar.gz
gleam_stdlib-11ff0aa8e0b5b37d1a4cc4ed0b074495b5e51d5f.zip
Deprecate `bool.min` and `bool.max`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a756cc7..574f0c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@
- `list.LengthMismatch` has been removed.
- The mistakenly public `bit_array.do_inspect` function has been removed.
- Fixed the `dynamic.classification` function for bools.
+- The `min` function in the `bool` module has been deprecated in favour of
+ `bool.and`.
+- The `max` function in the `bool` module has been deprecated in favour of
+ `bool.or`.
## v0.36.0 - 2024-02-26