aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Saxton <peterhsaxton@gmail.com>2020-05-28 16:47:18 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-29 13:06:51 +0100
commitfa20e017c8626de3a081f83de903b9cb1c2139ad (patch)
tree657a3bd34e9234bb8d78f153fe93caa3a2033b5f
parentdc338c23b29cd957d5517befda3e97286ca8dd52 (diff)
downloadgleam_stdlib-fa20e017c8626de3a081f83de903b9cb1c2139ad.tar.gz
gleam_stdlib-fa20e017c8626de3a081f83de903b9cb1c2139ad.zip
add changelog entry
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65c633d..165d37e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+- `binary` module created with `from_string`, `byte_size`, `part`,
+ `int_to_u32` and `int_from_u32`.
+
## 0.9.0 - 2020-05-26
- Created the `iterator` module with the `unfold`, `repeatedly`, `repeat`,