diff options
author | Lucas Rosa <lrosa008@gmail.com> | 2020-11-03 05:20:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 10:20:11 +0000 |
commit | aa1450bda6666dc22412e937deccffebaf82733c (patch) | |
tree | aced4858ff1a541ec04f422af30911c9b381d6b0 /CHANGELOG.md | |
parent | 33fd0fb3130bf1f11947385c42e8bfadb3c753e1 (diff) | |
download | gleam_stdlib-aa1450bda6666dc22412e937deccffebaf82733c.tar.gz gleam_stdlib-aa1450bda6666dc22412e937deccffebaf82733c.zip |
gleam/os add timestamp function (#117)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06389e9..3ea63f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - The `result` module gains the `all` function. - The `dynamic` module gains the `option` function. - The `uri` module gains the `percent_encode` and `percent_decode` functions. +- The `os` module gains the `erlang_timestamp` function. ## v0.11.0 - 2020-08-22 |