aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Dee <alice.dee@guardian.co.uk>2020-05-20 19:16:30 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-20 20:53:21 +0100
commit97cd0c25d06a630721abffea3d54270094472476 (patch)
tree920039b397d006d42ac9c7b737d9c21b3a621a0a
parent5dfc8ad88a51cdaacec3fa9756ef9dd55b3b1027 (diff)
downloadgleam_stdlib-97cd0c25d06a630721abffea3d54270094472476.tar.gz
gleam_stdlib-97cd0c25d06a630721abffea3d54270094472476.zip
Update CHANGELOG.md with result.nil_error
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba5202a..26642d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,8 @@
## Unreleased
-- The `string` module gains `trim`, `trim_left`, `trim_right`, `starts_with`,
+- 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.
- `uri` module created with `parse`, `parse_query`, `path_segments`,
`query_to_string` and `to_string`.