From 121d54f1e01eff5c908a1cec7763ceae383fec00 Mon Sep 17 00:00:00 2001 From: Srujan Gaddam Date: Fri, 5 Jan 2024 21:16:11 +0000 Subject: [PATCH] [pkg:js] Update changelog to better comment breaking change in 0.7.0 Change-Id: Ib949f1b08a4e147258364d7ab9660a8dc6a88f23 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345140 Commit-Queue: Jake Macdonald Commit-Queue: Srujan Gaddam Reviewed-by: Jake Macdonald Auto-Submit: Srujan Gaddam --- pkg/js/CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkg/js/CHANGELOG.md b/pkg/js/CHANGELOG.md index ac30a9f6169..98dffe59eaa 100644 --- a/pkg/js/CHANGELOG.md +++ b/pkg/js/CHANGELOG.md @@ -3,8 +3,11 @@ - Remove dependency on `dart:js`. - Update SDK lower constraint to 3.1.0-66.0.dev. - Update SDK upper constraint to 4.0.0. -- Moved annotations to single location in `dart:_js_annotations`. This makes it -easier to avoid collisions with `dart:js_interop`'s `@JS`. +- **Breaking Change**: Moved annotations to single location in + `dart:_js_annotations`. This makes it easier to avoid collisions with + `dart:js_interop`'s `@JS`, as you will now see a static error instead of it + resolving in favor of the package definition. However, since this may result + in breakages in previously working code, this is treated as a breaking change. ## 0.6.7