aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-09-15 21:25:09 +0100
committerLouis Pilfold <louis@lpil.uk>2021-09-15 21:25:09 +0100
commitc477e218a8bbb3ea0f927128b8796990447dc1cc (patch)
treef3bea70ff72210677a3750c8bdd803329f164190
parent103b76f91d4e6c4ef82a51c39895f0d025234e22 (diff)
downloadgleam_stdlib-c477e218a8bbb3ea0f927128b8796990447dc1cc.tar.gz
gleam_stdlib-c477e218a8bbb3ea0f927128b8796990447dc1cc.zip
Changelog!
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be4f8de..7a09b92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## Unreleased
+- `uri.parse` now returns a result.
+
+## v0.17.0 - 2021-09-11
+
- All modules have been updated to work on JavaScript as well as Erlang.
- The `bit_string` module gains the `concat` function and has the `part`
function renamed to `slice`.