aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-07-30 20:35:57 +0100
committerLouis Pilfold <louis@lpil.uk>2021-07-30 20:35:57 +0100
commit12d91899bf20c95c491f1c7323ec9e198208ebac (patch)
treefe591676915769aeec2d1c80ac2a7a7ff43110b6 /CHANGELOG.md
parentf37b2a7389cb7946d8a21381eb134cd3d579abc0 (diff)
downloadgleam_stdlib-12d91899bf20c95c491f1c7323ec9e198208ebac.tar.gz
gleam_stdlib-12d91899bf20c95c491f1c7323ec9e198208ebac.zip
Bit string JS funtions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d04c072..1986086 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,9 @@
of target specific versions in Erlang and JavaScript specific libraries.
- The `map.update` function now uses `Option` rather than `Result`.
- The `iterator` module gains the `fold_until` function.
-- Prelude types like `Result`, `List` etc. are no longer redefined in their stdlib modules.
+- The `bit_string` module loses the u32 functions in favour of bit string literals.
+- Prelude types like `Result`, `List` etc. are no longer redefined in their
+ stdlib modules.
- All modules have been updated to work when running on both Erlang and
JavaScript.