diff options
author | Peter Saxton <peterhsaxton@gmail.com> | 2020-06-16 09:36:43 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-16 13:27:41 +0100 |
commit | 0719124b15384a5858b29e2bae0384acd58d2371 (patch) | |
tree | 698253a25469e6b49ceaf28f080ba9d1f21b38ad | |
parent | 918a9da5f6a3f6bafa107d15faff89f74c90b7e1 (diff) | |
download | gleam_stdlib-0719124b15384a5858b29e2bae0384acd58d2371.tar.gz gleam_stdlib-0719124b15384a5858b29e2bae0384acd58d2371.zip |
update changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 319303d..60f301b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ `system_time`. - The `string` module gains the `split_once` function. - The `dynamic` module gains the `bit_string` function. +- The `uri` module gains the `origin` and `merge` function. ## 0.9.0 - 2020-05-26 |