Skip to content

Commit e7f1c03

Browse files
committed
Elaborate on what is included
Change-Id: Ie3a2214d37d6bbe645b5e86749dd80448624eda0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/178997 Reviewed-by: Lasse R.H. Nielsen <[email protected]>
1 parent 990b032 commit e7f1c03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/process/breaking-changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ abide by the following basic conditions:
3535
* Must access libraries via the public API (for example, must not reach into
3636
the internals of a package located in the `/src/` directory).
3737

38-
* Must not rely on an [experiment flag](experimental-flags.md).
38+
* Must not rely on an [experiment flag](experimental-flags.md), or depend on
39+
libraries or APIs that are documented as being experimental.
3940

4041
* Must not circumvent clear restrictions documented in the public API
4142
documentation (for example, must not mixin a class clearly documented as

0 commit comments

Comments
 (0)