easy-parallel/CHANGELOG.md

40 lines
624 B
Markdown
Raw Permalink Normal View History

# Version 3.3.1
- Reimplement using 100% safe code. (#11)
# Version 3.3.0
- Add `Parallel::collect()` and `Parallel::finish_in()` to allow for generic containers. (#9)
2021-12-30 03:51:29 +00:00
# Version 3.2.0
- Remove `T: Default` bound from `Default` impl.
2020-07-22 08:20:50 +00:00
# Version 3.1.0
- Add `Parallel::finish()`.
2020-05-28 07:53:14 +00:00
# Version 3.0.0
- Collect results in the same order closures were added.
2020-05-27 19:41:18 +00:00
# Version 2.2.0
- Remove `PhantomData` making `'a` invariant.
2020-05-27 10:32:32 +00:00
# Version 2.1.0
- Run one of the closures on the main thread.
2020-05-27 08:10:37 +00:00
# Version 2.0.0
- `Parallel::run()` now collects results.
2020-05-26 22:23:21 +00:00
# Version 1.0.1
- Remove unused `mut`.
2020-05-26 22:05:45 +00:00
# Version 1.0.0
- Initial version