aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-06-08 16:21:05 +0100
committerLouis Pilfold <louis@lpil.uk>2020-06-08 16:21:18 +0100
commit888daa3b271d60677a967be962a9086463b2ad08 (patch)
treeb84ce4cee39cd233ae749cb1fba0618325e3ddd2 /CHANGELOG.md
parentee63ca3e085204468f00791695c6bd5a3195512b (diff)
downloadgleam_stdlib-888daa3b271d60677a967be962a9086463b2ad08.tar.gz
gleam_stdlib-888daa3b271d60677a967be962a9086463b2ad08.zip
binary -> bit string
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08e3ad2..84fe36c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
-- `binary` module created with `from_string`, `byte_size`, `append`, `part`,
- `int_to_u32` and `int_from_u32`.
+- `bit_string` module created with `from_string`, `byte_size`, `append`,
+ `part`, `int_to_u32` and `int_from_u32`.
- `os` module created with `get_env`, `insert_env`, `delete_env`.
- The `string` module gains the `split_once` function.