aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Saxton <peterhsaxton@gmail.com>2020-06-12 14:09:30 +0100
committerLouis Pilfold <louis@lpil.uk>2020-06-16 10:21:40 +0100
commit3454b03164a6558824f4df755e1fe1f4c653a654 (patch)
tree4989ec54cc28425d2024d072f70ad26b032dc150
parente229b0c4bd59736c99717559439416b1784442c2 (diff)
downloadgleam_stdlib-3454b03164a6558824f4df755e1fe1f4c653a654.tar.gz
gleam_stdlib-3454b03164a6558824f4df755e1fe1f4c653a654.zip
changelog entry
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc64ac1..319303d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,8 @@
- `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`.
+- `os` module created with `get_env`, `insert_env`, `delete_env` and
+ `system_time`.
- The `string` module gains the `split_once` function.
- The `dynamic` module gains the `bit_string` function.