We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d993d7a commit efeeaceCopy full SHA for efeeace
RELEASES.md
@@ -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
19
# Release rayon 1.1.0 / rayon-core 1.5.0 (2019-06-12)
20
21
- FIFO spawns are now supported using the new `spawn_fifo()` and `scope_fifo()`
0 commit comments