diff options
-rw-r--r-- | CHANGELOG.md | 5 |
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 |