aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsobolevn <mail@sobolevn.me>2024-08-17 22:36:32 +0300
committerLouis Pilfold <louis@lpil.uk>2024-08-24 13:07:53 +0100
commit905e8d6e6db8ad0dfc061861cef5ccb96f84012b (patch)
tree6dce1ee2917442010323455ab8b5bde5cd9fa38a /CHANGELOG.md
parent2cd7f6e8d4ae7c1e2763d466e5adde562652fdae (diff)
downloadgleam_stdlib-905e8d6e6db8ad0dfc061861cef5ccb96f84012b.tar.gz
gleam_stdlib-905e8d6e6db8ad0dfc061861cef5ccb96f84012b.zip
Add `bit_array.compare`
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 55def03..159ac5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
- The `dynamic.optional_field` decoder no longer treats the value as implicitly
optional. It only deals with the presence or absence of the key itself which
brings it inline with its documentation.
+- The `bit_array` module gains the `compare` function.
- Fixed a bug where `string.trim` could remove commas on JavaScript.
- The `string.pop_grapheme` function has been optimised on Erlang, greatly
improving its performance.