Skip to content

Commit efeeace

Browse files
committedAug 29, 2019
Release rayon 1.2.0 / rayon-core 1.6.0
1 parent d993d7a commit efeeace

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎RELEASES.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release rayon 1.2.0 / rayon-core 1.6.0 (2019-08-30)
2+
3+
- The new `ParallelIterator::copied()` converts an iterator of references into
4+
copied values, like `Iterator::copied()`.
5+
- `ParallelExtend` is now implemented for the unit `()`.
6+
- Internal updates were made to improve test determinism, reduce closure type
7+
sizes, reduce task allocations, and update dependencies.
8+
- The minimum supported `rustc` is now 1.28.
9+
10+
## Contributors
11+
12+
Thanks to all of the contributors for this release!
13+
14+
- @Aaron1011
15+
- @cuviper
16+
- @ralfbiedert
17+
18+
119
# Release rayon 1.1.0 / rayon-core 1.5.0 (2019-06-12)
220

321
- FIFO spawns are now supported using the new `spawn_fifo()` and `scope_fifo()`

0 commit comments

Comments
 (0)
Please sign in to comment.