From d32ca512ec5aa0393dfd53dbc00fedb5df2f3c21 Mon Sep 17 00:00:00 2001 From: pq Date: Sun, 10 Feb 2019 23:57:38 +0000 Subject: [PATCH] fix linter changelog entry Linter 0.1.80 does not actually include the fixes to `prefer_collection_literals`. Change-Id: I4956c43ecea4f8ec8ca4a1a8d7e8de9b07ff815c Reviewed-on: https://dart-review.googlesource.com/c/92538 Reviewed-by: Konstantin Shcheglov Commit-Queue: Phil Quitslund --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34174956d06..db403a0042f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,7 +76,6 @@ The linter was bumped to `0.1.80` which introduces the following linter improvements to the SDK: -* `prefer_collection_literals` updated to support Set literals * `unnecessary_parenthesis` updated to play nicer with cascades * new lint: `use_full_hex_values_for_flutter_colors` * new lint: `prefer_null_aware_operators`