diff options
author | Peter Saxton <peterhsaxton@gmail.com> | 2020-06-06 13:26:55 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-07 20:36:07 +0100 |
commit | bde70bcc2bedfe6e87c25f4e6b4d03359a94f512 (patch) | |
tree | a8fa32e550c63b0ef96f19ed57a837f086946282 | |
parent | 941a58f1eca32e11ab1a7a835b4d38e8348bdfb3 (diff) | |
download | gleam_stdlib-bde70bcc2bedfe6e87c25f4e6b4d03359a94f512.tar.gz gleam_stdlib-bde70bcc2bedfe6e87c25f4e6b4d03359a94f512.zip |
add changelog entry
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ec949..a30455b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ - `binary` module created with `from_string`, `byte_size`, `append`, `part`, `int_to_u32` and `int_from_u32`. +- `os` module created with `get_env`, `put_env`, `delete_env`. +- The `string` module gains the `split_once` function. ## 0.9.0 - 2020-05-26 |