Skip to content

1.0.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@SethTisue SethTisue released this 04 Nov 23:47
b8cea88

user-visible changes:

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.