Move the CHANGELOG entry for dart:cli deprecation to 2.15.0

Change-Id: I73bfdd310af6df6cc1d62311e155fc432b84165d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212567
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>
Auto-Submit: Lasse R.H. Nielsen <lrn@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Lasse R.H. Nielsen 2021-09-06 12:26:11 +00:00 committed by Alexander Thomas
parent f1ded6af56
commit 2b41685519

View file

@ -71,6 +71,13 @@
instance variable, and it brings the implementation behavior in line with
the specification in all other cases.
### Core libraries
#### `dart:cli`
- The experimental `waitFor` functionality, and the library containing only that
function, are now deprecated.
### Tools
#### Dart command line
@ -145,11 +152,6 @@
- Added `void unawaited(Future)` top-level function to deal with the
`unawaited_futures` lint.
#### `dart:cli`
- The experimental `waitFor` functionality, and the library containing only that
function, are now deprecated.
#### `dart:core`
- Introduce `Enum` interface implemented by all `enum` declarations.