You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/_posts/2021-10-21-scala-3.1.0-released.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ The only change necessary for users is that they should now consider that one of
95
95
- A `Wildcard` was made a subtype of `Ident` in the reflection API
96
96
-`TypedOrTest` was added as a supertype of `Typed` in the reflection API
97
97
-`Unapply.apply` was added to allow construction of `Unapply` trees from macros
98
-
-Unreductible match types now raise type errors
98
+
-Unreducible match types now raise type errors
99
99
- Scala 3.1 targets Scala.js 1.7.x+. This means that users must upgrade to Scala.js 1.7.0 or later to use Scala 3.1.
100
100
101
101
Beside that Scala 3.1.0 introduced multiple small improvements and fixed a handful of bugs. You can see [the detailed changelog](https://github.com/scala/scala3/releases/tag/3.1.0) on GitHub.
0 commit comments