aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRichard Viney <richard.viney@gmail.com>2024-01-30 22:51:42 +1300
committerLouis Pilfold <louis@lpil.uk>2024-02-15 11:26:10 +0000
commitbd785507c5238ac1293137decb612a50a725bc75 (patch)
tree0c1c0169616801daa5593adb0097a884ba65e7c7 /CHANGELOG.md
parent5bc0aa4c7881b98d49804b80789ed279d944d70e (diff)
downloadgleam_stdlib-bd785507c5238ac1293137decb612a50a725bc75.tar.gz
gleam_stdlib-bd785507c5238ac1293137decb612a50a725bc75.zip
Add bit_array.inspect and bit_array.inspect_base16
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94ba0d5..173b83d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- The `bit_array` module gains the `inspect` and `inspect_base16` functions.
- The `set` module gains the `difference` function.
- The deprecated `bit_string`, `bit_builder`, `base`, and `map` modules have
been removed.