Skip to content

Concatenate first paragraph and mention the feature complete #7826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/blog/_posts/2019-12-20-21th-dotty-milestone-release.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
layout: blog-page
title: Announcing Dotty 0.21.0-RC1
title: Announcing Dotty 0.21.0-RC1 - explicit nulls, new syntax for `match` and conditional givens, and more
author: Aggelos Biboudis
authorImg: /images/aggelos.jpg
date: 2019-12-20
---

Greetings and we wish you Merry Christmas 🎄!

We are excited to announce 0.21.0-RC1 of Dotty. In this version we add support
for non-nullable reference types, supported by flow-sensitive analysis. We
present new syntax for given extensions, matches and pattern matching over
quotes. We are also happy to announce that SemanticDB generation
is now supported within the compiler, this will eventually enable Metals to support Dotty!
Greetings and we wish you Merry Christmas 🎄! We are excited to announce
0.21.0-RC1 of Dotty. In this version we add support for non-nullable reference
types, supported by flow-sensitive analysis. We present new syntax for given
extensions, matches and pattern matching over quotes. We are also happy to
announce that SemanticDB generation is now supported within the compiler, this
will eventually enable Metals to support Dotty! And last but least ... we are
happy to announce that we are now feature complete!

# Feature Complete!

Expand Down