1.0.0-RC1
Pre-release
Pre-release
user-visible changes:
- add support for Scala 3.0.0-M1 (#113, #117, #118, #119, #120, #129)
- remove non-working OSGi bundling (#99)
- remove unnecessary
mapResult
calls (#105)
In order to build for Scala 3, we had to rename some inner classes. Technically, this broke binary compatibility with 0.2.0. Ordinary code that uses the built-in parallel collections won't be affected by this, however. Code that defines custom parallel collections might be affected. (See #80.)
If no serious problems turn up, we'll do 1.0.0 final in a few weeks.
This release was brought to you by 6 contributors according to git shortlog -sn --no-merges v1.0.0-RC1 ^v0.2.0
. Thank you Seth Tisue, Scala Steward, Lukas Rytz, Eugene Yokota, Lorenzo Gabriele, dengziming.