aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLucas Rosa <lrosa008@gmail.com>2020-11-03 05:20:11 -0500
committerGitHub <noreply@github.com>2020-11-03 10:20:11 +0000
commitaa1450bda6666dc22412e937deccffebaf82733c (patch)
treeaced4858ff1a541ec04f422af30911c9b381d6b0 /CHANGELOG.md
parent33fd0fb3130bf1f11947385c42e8bfadb3c753e1 (diff)
downloadgleam_stdlib-aa1450bda6666dc22412e937deccffebaf82733c.tar.gz
gleam_stdlib-aa1450bda6666dc22412e937deccffebaf82733c.zip
gleam/os add timestamp function (#117)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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