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

Side by Side Diff: pkg/analyzer/CHANGELOG.md

Issue 1367723003: ErrorHandler typedef fix. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: version bump Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/plugin/plugin_configuration.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.26.1+5
2 * Plugin configuration `ErrorHandler` typedef API fix.
3
1 ## 0.26.1+4 4 ## 0.26.1+4
2 * Provisional (internal) support for plugin configuration via `.analysis_options `. 5 * Provisional (internal) support for plugin configuration via `.analysis_options `.
3 6
4 ## 0.26.1+2 7 ## 0.26.1+2
5 8
6 * Extension point for WorkManagerFactory(s). 9 * Extension point for WorkManagerFactory(s).
7 * Resolve enum documentation comments. 10 * Resolve enum documentation comments.
8 * Fix display of parameter lists in servers Element structure (issue 24194) 11 * Fix display of parameter lists in servers Element structure (issue 24194)
9 * Band-aid fix for issue #24191. 12 * Band-aid fix for issue #24191.
10 13
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 ## 0.22.0 80 ## 0.22.0
78 81
79 New API: 82 New API:
80 83
81 * `Source.uri` added. 84 * `Source.uri` added.
82 85
83 Breaking changes: 86 Breaking changes:
84 87
85 * `DartSdk.fromEncoding` replaced with `fromFileUri`. 88 * `DartSdk.fromEncoding` replaced with `fromFileUri`.
86 * `Source.resolveRelative` replaced with `resolveRelativeUri`. 89 * `Source.resolveRelative` replaced with `resolveRelativeUri`.
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/plugin/plugin_configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698