changelog: remove linter details that don't affect SDK users

Change-Id: I417833ed52b3eb843cd6cdf9e255b0905368234a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98540
Auto-Submit: Kevin Moore <kevmoo@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
Kevin Moore 2019-04-03 03:50:19 +00:00
parent dc9370a07d
commit 33fb2431c0

View file

@ -75,13 +75,10 @@
The Linter was updated to `0.1.83` which includes the following changes:
* updated `file_names` to skip prefixed-extension Dart files (e.g., `.css.dart`, `.g.dart`)
* updated SDK constraint to `2.2.0`
* miscellaneous rule documentation fixes
* (internal) updated sources to use Set literals
* fixed NPE in `avoid_shadowing_type_parameters`
* added linter version numbering for use in analyzer summaries
* fixed type utilities to handle inheritance cycles
* (internal) changes to adopt new `package:analyzer` APIs
* fixed `unnecessary_parenthesis` false positives
#### Other Tools