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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Notable Changes
Platform
The standard library was upgraded to Scala 2.13.4, JDK 14 and 15 are now supported. (#10392)
Syntax
The @infix annotation was replaced by an infix modifier, the @mixin annotation was replaced by transparent (#10458)
The @alpha annotation was renamed to @targetName and can now be used to define overloads that would normally result in a double definition error (#10149)
Drop extension_ prefix for extension methods (#10128)
The Eql typeclass has been renamed CanEqual (#10449)
Numerous improvements over many PRs, Scala3doc is still not the default documentation tool (this requires setting useScala3doc := true), but it is now used to generate the https://dotty.epfl.ch/ website.