aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Viney <richard.viney@gmail.com>2024-01-31 06:43:39 +1300
committerLouis Pilfold <louis@lpil.uk>2024-02-15 11:26:10 +0000
commit6ec1de9ef1becfed49e62855fcdf6a7f60572c18 (patch)
tree6bd1fef7483e8a979a35db0de9375fbbdb84016c
parent6a93763be9a57e55f59a9b52617b75cc758ef74b (diff)
downloadgleam_stdlib-6ec1de9ef1becfed49e62855fcdf6a7f60572c18.tar.gz
gleam_stdlib-6ec1de9ef1becfed49e62855fcdf6a7f60572c18.zip
Update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 173b83d..0083716 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
## Unreleased
-- The `bit_array` module gains the `inspect` and `inspect_base16` functions.
+- The `bit_array` module gains the `inspect` function.
- The `set` module gains the `difference` function.
- The deprecated `bit_string`, `bit_builder`, `base`, and `map` modules have
been removed.