Skip to content

Commit aa4a596

Browse files
committed
Fix rendering for old post
1 parent fe1c05e commit aa4a596

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/blog/_posts/2017-09-07-third-dotty-milestone-release.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ You can learn more about Dotty on our [website](http://dotty.epfl.ch).
2222
This is our third scheduled release according to our [6-week release schedule](http://dotty.epfl.ch/docs/usage/version-numbers.html).
2323
The [previous technology preview](/blog/2017/07/12/second-dotty-milestone-release.html) improved
2424
stability 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?
3233
This 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?
4345
We 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

4951
You have several alternatives; use the `sbt-dotty` plugin, get a standalone

0 commit comments

Comments
 (0)