diff options
author | Richard Viney <richard.viney@gmail.com> | 2024-01-31 06:43:39 +1300 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-02-15 11:26:10 +0000 |
commit | 6ec1de9ef1becfed49e62855fcdf6a7f60572c18 (patch) | |
tree | 6bd1fef7483e8a979a35db0de9375fbbdb84016c | |
parent | 6a93763be9a57e55f59a9b52617b75cc758ef74b (diff) | |
download | gleam_stdlib-6ec1de9ef1becfed49e62855fcdf6a7f60572c18.tar.gz gleam_stdlib-6ec1de9ef1becfed49e62855fcdf6a7f60572c18.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 2 |
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. |