@@ -5,7 +5,7 @@ author: Dmytro Petrashko
5
5
authorImg : /images/petrashko.jpg
6
6
---
7
7
8
- Today, we excited to release Dotty version 0.1.2-RC1. This release
8
+ Today, we are excited to release Dotty version 0.1.2-RC1. This release
9
9
serves as a technology preview that demonstrates new language features
10
10
and the compiler supporting them.
11
11
@@ -81,11 +81,11 @@ See here for the full [release notes](http://dotty.epfl.ch/docs/release-notes/0.
81
81
We are adopting a time-based release schedule:
82
82
- Nightly builds will be published, for those wanting to be at the forefront of
83
83
development.
84
- - Every 6 weeks, a release candidate will be cut based on the last nightly build,
85
- the release candidates let library authors test their code in advance of each
84
+ - Every 6 weeks, a release candidate will be cut based on the latest nightly build.
85
+ The release candidates let library authors test their code in advance of each
86
86
release. Multiple release candidates may be released during each 6 weeks
87
87
period to fix regressions.
88
- - Every 6 weeks, the last release candidate becomes a release.
88
+ - Every 6 weeks, the latest release candidate becomes a release.
89
89
90
90
At the end of 6 weeks, the milestone will be promoted to a stable release.
91
91
See here for the full [ version number explanation] ( http://dotty.epfl.ch/docs/usage/version-numbers.html ) .
0 commit comments