Add CHANGELOG.md for waitFor

R=kustermann@google.com

Change-Id: I64d09f62790790bc1f35a565a5ecf6ebbc109377
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/326061
Reviewed-by: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Vyacheslav Egorov 2023-09-14 10:58:14 +00:00 committed by Slava Egorov
parent f016dbb007
commit 9900af07d4

View file

@ -71,6 +71,16 @@ constraint][language version] lower bound to 3.2 or greater (`sdk: '^3.2.0'`).
- Added `broadcast` parameter to `Stream.empty` constructor.
#### `dart:cli`
- **Breaking change** [#52121][]:
- `waitFor` is disabled by default and slated for removal in 3.4. Attempting
to call this function will now throw an exception. Users that still depend
on `waitFor` can enable it by passing `--enable_deprecated_wait_for` flag
to the VM.
[#52121]: https://github.com/dart-lang/sdk/issues/52121
#### `dart:convert`
- **Breaking change** [#52801][]: