aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-10-19 22:22:51 +0100
committerLouis Pilfold <louis@lpil.uk>2023-10-26 12:24:40 +0100
commit0831802978afac21d7d3b397d83715e46799e30c (patch)
tree44b6b1c371c672450c56a005decb0bc66818e28c /CHANGELOG.md
parentb713e6fd185ad8b4da90f4b686aa9ecf0f60f0e4 (diff)
downloadgleam_stdlib-0831802978afac21d7d3b397d83715e46799e30c.tar.gz
gleam_stdlib-0831802978afac21d7d3b397d83715e46799e30c.zip
bytes_builder
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90304d9..0dfdb6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@
- The `map.filter` label `for` was renamed to `keeping`.
- The `iterator.filter` label `for` was renamed to `keeping`.
- The `list.filter` label `for` was renamed to `keeping`.
+- Updated for Gleam v0.32.0 syntax.
+- The `bit_string` module has been deprecated in favour of the new `bit_array`
+ module.
+- The `bit_builder` module has been deprecated in favour of the new
+ `bytes_builder` module.
- Improved performance of `string.to_graphemes` on JavaScript.
- The `iterator` module gains the `map2` function.
- The `list` module gains the `key_filter` function.