We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a149313 commit 606cc82Copy full SHA for 606cc82
utils/buildbot-release-notes.txt
@@ -1,5 +1,13 @@
1
Latest
2
------
3
+* Three new doc comment fields, namely "- keyword:", "- recommended:"
4
+ and "- recommendedover:", allow Swift users to cooperate with code
5
+ completion engine to deliver more effective code completion results.
6
+ The "- keyword:" field specifies concepts that are not fully manifested in
7
+ declaration names. "- recommended:" indicates other declarations are preferred
8
+ to the one decorated; to the contrary, "- recommendedover:" indicates
9
+ the decorated declaration is preferred to those declarations whose names
10
+ are specified.
11
12
* Designated class initializers declared as failable or throwing may now
13
return nil or throw an error, respectively, before the object has been
0 commit comments