Skip to content

Commit

Permalink
Merge pull request #1350 from dart-lang/0.1.78
Browse files Browse the repository at this point in the history
0.1.78
  • Loading branch information
pq authored Jan 4, 2019
2 parents d82bd61 + 8b8c4ad commit 531a0a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.1.78

* restored `prefer_final_locals` to ignore loop variables, and
* introduced a new `prefer_final_in_for_each` lint to handle the `for each` case

# 0.1.77

* updated `prefer_final_locals` to check to for loop variables
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: linter
version: 0.1.77
version: 0.1.78

author: Dart Team <misc@dartlang.org>

Expand Down

0 comments on commit 531a0a9

Please sign in to comment.