Update changelog with dart2js --package-root removal

Follow-up to b3522564d9

Change-Id: I47e75fc3f7916cc6ec0464ace1b6df93638dd80b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/141163
Reviewed-by: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
Kevin Moore 2020-03-26 17:28:24 +00:00
parent 5b131b60d7
commit bdedd7a574

View file

@ -333,6 +333,13 @@ In addition, we fixed some inconsistencies between Dart2JS and DDC:
[normalization]: https://github.com/dart-lang/language/blob/master/resources/type-system/normalization.md
Other dart2js changes:
* **Breaking Change**: The `--package-root` flag, which was hidden and disabled
in Dart 2.0.0, has been completely removed. Passing this flag will now cause
`dart2js` to fail.
#### Linter
Updated the Linter to `0.1.114`, which includes: