From 9570c11ba382343cf5d01fa0aae7147525c4d591 Mon Sep 17 00:00:00 2001 From: Aggelos Biboudis Date: Fri, 20 Dec 2019 17:41:42 +0100 Subject: [PATCH 1/2] Concatenate first paragraph and mention the feature complete That way it will appear in the the main page correctly --- .../2019-12-20-21th-dotty-milestone-release.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/blog/_posts/2019-12-20-21th-dotty-milestone-release.md b/docs/blog/_posts/2019-12-20-21th-dotty-milestone-release.md index ad2e59843909..29b493e3fb58 100644 --- a/docs/blog/_posts/2019-12-20-21th-dotty-milestone-release.md +++ b/docs/blog/_posts/2019-12-20-21th-dotty-milestone-release.md @@ -6,13 +6,13 @@ 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! From 116cfc0de43c9745c5ed472eea69005aeea406ca Mon Sep 17 00:00:00 2001 From: Aggelos Biboudis Date: Fri, 20 Dec 2019 17:48:12 +0100 Subject: [PATCH 2/2] Add proper subject --- docs/blog/_posts/2019-12-20-21th-dotty-milestone-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/_posts/2019-12-20-21th-dotty-milestone-release.md b/docs/blog/_posts/2019-12-20-21th-dotty-milestone-release.md index 29b493e3fb58..c9f627c8c876 100644 --- a/docs/blog/_posts/2019-12-20-21th-dotty-milestone-release.md +++ b/docs/blog/_posts/2019-12-20-21th-dotty-milestone-release.md @@ -1,6 +1,6 @@ --- 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