aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAl Dee <amyalicedee@gmail.com>2020-05-21 19:30:14 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-21 23:22:36 +0100
commitbe2bb14bd3e0e1b7bb09d7caa1bab3bb6d813604 (patch)
treee576e75e69d721af404b79bb17c6f25b80fd0baf /CHANGELOG.md
parentd8ea3288e1a201e89458c4850269525200740fe6 (diff)
downloadgleam_stdlib-be2bb14bd3e0e1b7bb09d7caa1bab3bb6d813604.tar.gz
gleam_stdlib-be2bb14bd3e0e1b7bb09d7caa1bab3bb6d813604.zip
Adds IO module with print function.
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 27860db..8ed8c3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- Created the `io` module with `print` function.
- The `result` module gains the `nil_error` function.
- The `string` module gains the `trim`, `trim_left`, `trim_right`, `starts_with`,
`ends_with`, `slice`, `pad_left` and `pad_right` functions.