diff options
| -rw-r--r-- | CHANGELOG.md | 24 | 
1 files changed, 10 insertions, 14 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index 2000008..0023da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,33 +12,31 @@ The format is based on [Keep A Changelog][] and this project adheres to  ### Added -- Added Cargo.lock for the library +- Add Cargo.lock for the library  ### Fixed -- Ignored disconnected channel errors when `ParallelMap` got dropped +- Ignore disconnected channel errors when `ParallelMap` got dropped  ## [0.1.2] - 2023-03-25  ### Added -- Added Cargo.lock for example application +- Add Cargo.lock for example application  ### Changed -- Implemented `Iterator::size_hint` for `ParallelMap` -- Implemented `FusedIterator` for `ParallelMap` -- Implemented `ExactSizeIterator` for `ParallelMap` -- Revised crate-level example -- Updated dependencies +- Implement `Iterator::size_hint` for `ParallelMap` +- Implement `FusedIterator` for `ParallelMap` +- Implement `ExactSizeIterator` for `ParallelMap` +- Revise crate-level example +- Update dependencies  ## [0.1.1] - 2022-12-21 -Improved documentation and tests. -  ### Added -- Added recursive SHA256 example application +- Add recursive SHA256 example application  ### Changed @@ -46,8 +44,6 @@ Improved documentation and tests.  ## [0.1.0] - 2022-12-18 -Released the first version. -  ### Added -- Added initial implementation +- Add initial implementation |