@@ -22,6 +22,7 @@ You can learn more about Dotty on our [website](http://dotty.epfl.ch).
22
22
This is our third scheduled release according to our [ 6-week release schedule] ( http://dotty.epfl.ch/docs/usage/version-numbers.html ) .
23
23
The [ previous technology preview] ( /blog/2017/07/12/second-dotty-milestone-release.html ) improved
24
24
stability and reliability:
25
+
25
26
- substantial improvement of quality of generated code for pattern matching
26
27
- improvements in VS Code IDE stability
27
28
- support Windows in VS Code IDE
@@ -30,6 +31,7 @@ stability and reliability:
30
31
31
32
## What’s in the 0.3.0-RC2 technology preview?
32
33
This technology preview further improves stability and reliability. Some highlighted PRs are:
34
+
33
35
- IDE bug fixes:
34
36
[ #2986 ] ( https://github.com/lampepfl/dotty/pull/2986 ) ,
35
37
[ #2932 ] ( https://github.com/lampepfl/dotty/pull/2932 ) ,
@@ -42,8 +44,8 @@ This technology preview further improves stability and reliability. Some highlig
42
44
## How can you try it out?
43
45
We ship with tools that help you try out the Dotty platform:
44
46
45
- - [ IDE features for Visual Studio Code] ( http://dotty.epfl.ch/docs/usage/ide-support.html )
46
- - [ sbt support, including retro-compatibility with Scala 2] ( https://github.com/lampepfl/dotty-example-project )
47
+ - [ IDE features for Visual Studio Code] ( http://dotty.epfl.ch/docs/usage/ide-support.html )
48
+ - [ sbt support, including retro-compatibility with Scala 2] ( https://github.com/lampepfl/dotty-example-project )
47
49
48
50
49
51
You have several alternatives; use the ` sbt-dotty ` plugin, get a standalone
0 commit comments