1.0.0
user-visible changes (since 0.2.0):
- 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.)
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.
(These notes are repeated from 1.0.0-RC1. There have been no changes since then.)