Chromium Code Reviews| Index: pkg/analyzer/CHANGELOG.md |
| =================================================================== |
| --- pkg/analyzer/CHANGELOG.md (revision 45350) |
| +++ pkg/analyzer/CHANGELOG.md (working copy) |
| @@ -1,3 +1,13 @@ |
| +## 0.24.7 |
| + |
| +* Commandline interface moved to dedicated `analyzer_cli` package. Files moved: |
| +** `bin/analyzer.dart` |
|
nweiz
2015/04/23 19:44:03
This "**" syntax isn't valid markdown and doesn't
|
| +** `lib/analyzer.dart` |
|
nweiz
2015/04/23 19:44:03
AFAICT this file is still in the package, which is
|
| +** `lib/options.dart` |
| +** `lib/src/analyzer_impl.dart` |
| +** `lib/src/error_formatter.dart` |
| +* Removed dependency on `args` package. |
| + |
| ## 0.22.1 |
| * Changes in the async/await support. |