diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-12-20 09:26:10 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-12-20 09:26:10 +0100 |
commit | 25684a494961686c5b0a8fa14970ff11be8dc630 (patch) | |
tree | 2c347d3f72e6565c02302165c246160822fb38c4 /CHANGELOG.md | |
parent | a7213ed931f2504902c3d7378d4423a9984f8635 (diff) | |
download | parseq-25684a494961686c5b0a8fa14970ff11be8dc630.tar |
Note added must_use attribute
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef36a5..f59e0b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ The format is based on [Keep A Changelog][] and this project adheres to - Added recursive SHA256 example application. +### Changed + +- `ParallelIterator` and `ParallelMap` must be used. + ## [0.1.0] - 2022-12-18 ### Added |