diff options
author | Peter Saxton <peterhsaxton@gmail.com> | 2020-05-29 08:41:16 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-05-29 13:06:51 +0100 |
commit | 84cfab50958409c862ec4bb36d7e32dec266e84b (patch) | |
tree | 96325554036cfebf8cc1162a8423ef77fda3492a /CHANGELOG.md | |
parent | 078b0b0483c90dd7c24df4650a2b5a8db61fc24a (diff) | |
download | gleam_stdlib-84cfab50958409c862ec4bb36d7e32dec266e84b.tar.gz gleam_stdlib-84cfab50958409c862ec4bb36d7e32dec266e84b.zip |
add append function
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 165d37e..a2ec949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -- `binary` module created with `from_string`, `byte_size`, `part`, +- `binary` module created with `from_string`, `byte_size`, `append`, `part`, `int_to_u32` and `int_from_u32`. ## 0.9.0 - 2020-05-26 |