Skip to content

Commit dc66dcd

Browse files
srawlinsCommit Queue
authored and
Commit Queue
committed
CHANGELOG: document doc imports
Change-Id: I81fa11c278ce5370906ad3b057e79dca838b0f43 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/425183 Reviewed-by: Kevin Moore <kevmoo@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com> Commit-Queue: Kevin Moore <kevmoo@google.com>
1 parent 06856e6 commit dc66dcd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ var listWithNullAwareElements = [
6868

6969
#### Analyzer
7070

71+
- The analyzer now supports "doc imports," a new comment-based syntax which
72+
enables external elements to be referenced in documentation comments without
73+
actually importing them. See [the
74+
documentation](https://dart.dev/tools/doc-comments/references#doc-imports)
75+
for details.
7176
- Code completion is improved to offer more valid suggestions. In particular,
7277
the suggestions are improved when completing text in a comment reference on a
7378
documentation comment for an extension, a typedef, or a directive (an import,

0 commit comments

Comments
 (0)