Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1414)

Unified Diff: pkg/analyzer/CHANGELOG.md

Issue 1102613002: Analyzer CLI removal. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analyzer/bin/analyzer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | pkg/analyzer/bin/analyzer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698