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

Unified Diff: pkg/analyzer/CHANGELOG.md

Issue 1099563003: Changelog fixes. (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/pubspec.yaml » ('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 45379)
+++ pkg/analyzer/CHANGELOG.md (working copy)
@@ -1,12 +1,11 @@
## 0.25.0
* Commandline interface moved to dedicated `analyzer_cli` package. Files moved:
-** `bin/analyzer.dart`
-** `lib/analyzer.dart`
-** `lib/options.dart`
-** `lib/src/analyzer_impl.dart`
-** `lib/src/error_formatter.dart`
-* Removed dependency on `args` package.
+ * `bin/analyzer.dart`
+ * `lib/options.dart`
+ * `lib/src/analyzer_impl.dart`
+ * `lib/src/error_formatter.dart`
+* Removed dependency on the `args` package.
## 0.22.1
@@ -17,9 +16,9 @@
New API:
-* Source.uri added.
+* `Source.uri` added.
Breaking changes:
-* DartSdk.fromEncoding replaced with "fromFileUri".
-* Source.resolveRelative replaced with "resolveRelativeUri".
+* `DartSdk.fromEncoding` replaced with `fromFileUri`.
+* `Source.resolveRelative` replaced with `resolveRelativeUri`.
« no previous file with comments | « no previous file | pkg/analyzer/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698