From acb122c0fcb3757aef2dc31a4757c1215b2917cf Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 25 Dec 2022 19:41:02 +0100 Subject: Implement size_hint, FusedIterator, ExactIterator --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd07b2..548607b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,17 +10,23 @@ The format is based on [Keep A Changelog][] and this project adheres to ## Unreleased +### Changed + +- Implemented `Iterator::size_hint` for `ParallelMap` +- Implemented `FusedIterator` for `ParallelMap` +- Implemented `ExactSizeIterator` for `ParallelMap` + ## [0.1.1] - 2022-12-21 Improved documentation and tests. ### Added -- Added recursive SHA256 example application. +- Added recursive SHA256 example application ### Changed -- `ParallelIterator` and `ParallelMap` must be used. +- `ParallelIterator` and `ParallelMap` must be used ## [0.1.0] - 2022-12-18 @@ -28,4 +34,4 @@ Released the first version. ### Added -- Added initial implementation. +- Added initial implementation -- cgit v1.2.3