aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Puc <marcin.e.puc@gmail.com>2021-09-28 23:38:11 +0200
committerLouis Pilfold <louis@lpil.uk>2021-10-12 20:54:39 +0100
commit357bbf83d8b1bf821f0a59cf563f18bf70573e50 (patch)
treec3131a7ec9c85ad2fdffe81f909d3b6606c8ac3d
parent5a71202f99c11641386f015284b73754a43e9366 (diff)
downloadgleam_stdlib-357bbf83d8b1bf821f0a59cf563f18bf70573e50.tar.gz
gleam_stdlib-357bbf83d8b1bf821f0a59cf563f18bf70573e50.zip
Update changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 308ae7c..e229591 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,12 @@
# Changelog
+## Unreleased
+
+- The `iterator` module gains the `first` and `at` functions.
+
## v0.17.1 - 2021-09-15
- `uri.parse` now returns a result.
-- The `iterator` module gains the `at` function.
## v0.17.0 - 2021-09-11