Skip to content

Commit

Permalink
CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey committed Jul 5, 2017
1 parent 977255d commit fe9d9e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
* `TypeChecker#annotations...`-methods now throw a `StateError` if one or more
annotations on an element are not resolvable. This is usually a sign of a
mispelling, missing import, or missing dependency.

* Added `TypeChecker.any`, which delegates to multiple other `TypeChecker`
implementations when making a type check.

## 0.5.10+1

Expand Down
1 change: 0 additions & 1 deletion test/type_checker_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
@Timeout.factor(2.0)
import 'dart:collection';

import 'package:analyzer/dart/element/element.dart';
import 'package:analyzer/dart/element/type.dart';
import 'package:build_test/build_test.dart';
import 'package:meta/meta.dart';
Expand Down

0 comments on commit fe9d9e3

Please sign in to comment.