aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Saxton <peterhsaxton@gmail.com>2020-05-19 17:06:42 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-19 17:25:34 +0100
commitcc2beb781cb532456fca0983b91401c3fce00ca4 (patch)
tree3d18afa5dedd8e1dcf0cc13024f56102be4d7fb4
parentf414c92c4d7d7d6406f54fb58d82e35548da4a3a (diff)
downloadgleam_stdlib-cc2beb781cb532456fca0983b91401c3fce00ca4.tar.gz
gleam_stdlib-cc2beb781cb532456fca0983b91401c3fce00ca4.zip
added changelog entry
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf95e30..d7c2d28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@
- The `string` module gains `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`.
## v0.8.0 - 2020-04-28