Fix dart:developer changelog.

This content was added in the wrong place in https://dart-review.googlesource.com/c/sdk/+/251767.

Change-Id: Ifce9d9258e7f3f420c9d8081f76648c5891985c7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/251943
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
Michael Thomsen 2022-07-19 07:58:08 +00:00
parent e15d639827
commit f667180626

View file

@ -6,7 +6,18 @@
### `dart:developer`
- Deprecates `UserTag.MAX_USER_TAGS` in favor of `UserTag.maxUserTags`.
#### `dart:developer`
- **Breaking change** [#34233][]: The previously deprecated APIs
`kInvalidParams`, `kExtensionError`, `kExtensionErrorMax`, and
`kExtensionErrorMin` in [`ServiceExtensionResponse`][] have been removed. They
have been replaced by `invalidParams`, `extensionError`, `extensionErrorMax`,
and `extensionErrorMin`.
[#34233]: https://github.com/dart-lang/sdk/issues/34233
[`ServiceExtensionResponse`]: https://api.dart.dev/stable/dart-developer/ServiceExtensionResponse-class.html#constants
- Deprecated `UserTag.MAX_USER_TAGS` in favor of `UserTag.maxUserTags`.
### Tools
@ -2489,15 +2500,6 @@ breaking changes:
#### `dart:developer`
- **Breaking change** [#34233][]: The previously deprecated APIs
`kInvalidParams`, `kExtensionError`, `kExtensionErrorMax`, and
`kExtensionErrorMin` in [`ServiceExtensionResponse`][] have been removed. They
have been replaced by `invalidParams`, `extensionError`, `extensionErrorMax`,
and `extensionErrorMin`.
[#34233]: https://github.com/dart-lang/sdk/issues/34233
[`ServiceExtensionResponse`]: https://api.dart.dev/stable/dart-developer/ServiceExtensionResponse-class.html#constants
- The constructors for `TimelineTask` now accept an optional `filterKey`
parameter. If provided, the arguments for all events associated with the task
will contain an entry named `filterKey`, set to the value of the `filterKey`