Skip to content

Commit a26301b

Browse files
fix
1 parent 362a363 commit a26301b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/blog/_posts/2019-05-24-15th-dotty-milestone-release.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ The above change will allow for more consistency across the code base, as the au
7878

7979
To smoothen the migration, the deprecation warnings will only be emitted if you compile with the `-strict` flag under Dotty 3. Alphanumeric methods that are defined without the `@infix` annotation used in an infix position will be deprecated by default starting with Dotty 3.1.
8080

81+
For more information, see the [documentation](http://dotty.epfl.ch/docs/reference/changed-features/operators.html#the-infix-annotation). Note that the `@alpha` annotation also described in the documentation is a work in progress and is not available in this release.
82+
83+
## `given` clause comes last
84+
85+
8186
### Compatibility: the `@alpha` annotation
8287

8388

0 commit comments

Comments
 (0)