@@ -22,6 +22,7 @@ You can learn more about Dotty on our [website](http://dotty.epfl.ch).
2222This is our third scheduled release according to our [ 6-week release schedule] ( http://dotty.epfl.ch/docs/usage/version-numbers.html ) .
2323The [ previous technology preview] ( /blog/2017/07/12/second-dotty-milestone-release.html ) improved
2424stability and reliability:
25+
2526 - substantial improvement of quality of generated code for pattern matching
2627 - improvements in VS Code IDE stability
2728 - support Windows in VS Code IDE
@@ -30,6 +31,7 @@ stability and reliability:
3031
3132## What’s in the 0.3.0-RC2 technology preview?
3233This technology preview further improves stability and reliability. Some highlighted PRs are:
34+
3335 - IDE bug fixes:
3436 [ #2986 ] ( https://github.com/lampepfl/dotty/pull/2986 ) ,
3537 [ #2932 ] ( https://github.com/lampepfl/dotty/pull/2932 ) ,
@@ -42,8 +44,8 @@ This technology preview further improves stability and reliability. Some highlig
4244## How can you try it out?
4345We ship with tools that help you try out the Dotty platform:
4446
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 )
4749
4850
4951You have several alternatives; use the ` sbt-dotty ` plugin, get a standalone
0 commit comments